You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aws connection input type as Cloudwatch, SQS, S3, ...
[optional]
queue_url
str
[optional]
region
str
[optional]
secret_key
str
[optional]
Example
fromibm_gdsc_sdk_saas.models.connectionsv3_validate_aws_connection_requestimportConnectionsv3ValidateAwsConnectionRequest# TODO update the JSON string belowjson="{}"# create an instance of Connectionsv3ValidateAwsConnectionRequest from a JSON stringconnectionsv3_validate_aws_connection_request_instance=Connectionsv3ValidateAwsConnectionRequest.from_json(json)
# print the JSON string representation of the objectprint(Connectionsv3ValidateAwsConnectionRequest.to_json())
# convert the object into a dictconnectionsv3_validate_aws_connection_request_dict=connectionsv3_validate_aws_connection_request_instance.to_dict()
# create an instance of Connectionsv3ValidateAwsConnectionRequest from a dictconnectionsv3_validate_aws_connection_request_from_dict=Connectionsv3ValidateAwsConnectionRequest.from_dict(connectionsv3_validate_aws_connection_request_dict)