GetResourcePlainArgs

data class GetResourcePlainArgs(val identifier: String, val roleArn: String? = null, val typeName: String, val typeVersionId: String? = null) : ConvertibleToJava<GetResourcePlainArgs>

A collection of arguments for invoking getResource.

Constructors

Link copied to clipboard
constructor(identifier: String, roleArn: String? = null, typeName: String, typeVersionId: String? = null)

Properties

Link copied to clipboard

Identifier of the CloudFormation resource type. For example, vpc-12345678.

Link copied to clipboard
val roleArn: String? = null

ARN of the IAM Role to assume for operations.

Link copied to clipboard

CloudFormation resource type name. For example, AWS::EC2::VPC. The following arguments are optional:

Link copied to clipboard
val typeVersionId: String? = null

Identifier of the CloudFormation resource type version.

Functions

Link copied to clipboard
open override fun toJava(): GetResourcePlainArgs