GetResourceArgs constructor
const
GetResourceArgs({})
Creates a new GetResourceArgs.
identifier Identifier of the CloudFormation resource type. For example, vpc-12345678.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
roleArn ARN of the IAM Role to assume for operations.
typeName CloudFormation resource type name. For example, AWS::EC2::VPC.
typeVersionId Identifier of the CloudFormation resource type version.
Implementation
const GetResourceArgs({
required this.identifier,
this.region,
this.roleArn,
required this.typeName,
this.typeVersionId,
});