class
Amazonite::CloudFormation::TestTypeInput
- Amazonite::CloudFormation::TestTypeInput
- Reference
- Object
Defined in:
cloudformation/test_type_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(arn : String | Nil = nil, type : ThirdPartyType | Nil = nil, type_name : String | Nil = nil, version_id : String | Nil = nil, log_delivery_bucket : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String | Nil
The Amazon Resource Name (ARN) of the extension.
-
#arn=(arn : String | Nil)
The Amazon Resource Name (ARN) of the extension.
-
#hash(hasher)
See
Object#hash(hasher) -
#log_delivery_bucket : String | Nil
The S3 bucket to which CloudFormation delivers the contract test execution logs.
-
#log_delivery_bucket=(log_delivery_bucket : String | Nil)
The S3 bucket to which CloudFormation delivers the contract test execution logs.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#type : ThirdPartyType | Nil
The type of the extension to test.
-
#type=(type : ThirdPartyType | Nil)
The type of the extension to test.
-
#type_name : String | Nil
The name of the extension to test.
-
#type_name=(type_name : String | Nil)
The name of the extension to test.
- #validate! : Nil
-
#version_id : String | Nil
The version of the extension to test.
-
#version_id=(version_id : String | Nil)
The version of the extension to test.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify Arn, or TypeName and Type.
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify Arn, or TypeName and Type.
The S3 bucket to which CloudFormation delivers the contract test execution logs.
CloudFormation delivers the logs by the time contract testing has completed and the extension
has been assigned a test type status of PASSED or FAILED.
The user calling TestType must be able to access items in the specified S3 bucket.
Specifically, the user needs the following permissions:
-
GetObject -
PutObject
For more information, see Actions, Resources, and Condition Keys for Amazon S3 in the Identity and Access Management User Guide.
The S3 bucket to which CloudFormation delivers the contract test execution logs.
CloudFormation delivers the logs by the time contract testing has completed and the extension
has been assigned a test type status of PASSED or FAILED.
The user calling TestType must be able to access items in the specified S3 bucket.
Specifically, the user needs the following permissions:
-
GetObject -
PutObject
For more information, see Actions, Resources, and Condition Keys for Amazon S3 in the Identity and Access Management User Guide.
The type of the extension to test.
Conditional: You must specify Arn, or TypeName and Type.
The type of the extension to test.
Conditional: You must specify Arn, or TypeName and Type.
The name of the extension to test.
Conditional: You must specify Arn, or TypeName and Type.
The name of the extension to test.
Conditional: You must specify Arn, or TypeName and Type.
The version of the extension to test.
You can specify the version id with either Arn, or with TypeName and Type.
If you don't specify a version, CloudFormation uses the default version of the extension in this account and Region for testing.
The version of the extension to test.
You can specify the version id with either Arn, or with TypeName and Type.
If you don't specify a version, CloudFormation uses the default version of the extension in this account and Region for testing.