@Stability(value=Stable) public static final class CfnResourceSet.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceSet>
CfnResourceSet.| Modifier and Type | Method and Description |
|---|---|
CfnResourceSet |
build() |
static CfnResourceSet.Builder |
create(software.constructs.Construct scope,
String id) |
CfnResourceSet.Builder |
resources(IResolvable resources)
A list of resource objects in the resource set.
|
CfnResourceSet.Builder |
resources(List<? extends Object> resources)
A list of resource objects in the resource set.
|
CfnResourceSet.Builder |
resourceSetName(String resourceSetName)
The name of the resource set to create.
|
CfnResourceSet.Builder |
resourceSetType(String resourceSetType)
The resource type of the resources in the resource set.
|
CfnResourceSet.Builder |
tags(List<? extends CfnTag> tags)
A tag to associate with the parameters for a resource set.
|
@Stability(value=Stable) public static CfnResourceSet.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnResourceSet.DNSTargetResourceProperty.Builder.@Stability(value=Stable) public CfnResourceSet.Builder resources(IResolvable resources)
resources - A list of resource objects in the resource set. This parameter is required.this@Stability(value=Stable) public CfnResourceSet.Builder resources(List<? extends Object> resources)
resources - A list of resource objects in the resource set. This parameter is required.this@Stability(value=Stable) public CfnResourceSet.Builder resourceSetName(String resourceSetName)
resourceSetName - The name of the resource set to create. This parameter is required.this@Stability(value=Stable) public CfnResourceSet.Builder resourceSetType(String resourceSetType)
AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck, AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource.
Note that AWS::Route53RecoveryReadiness::DNSTargetResource is only used for this setting. It isn't an actual AWS CloudFormation resource type.
resourceSetType - The resource type of the resources in the resource set. Enter one of the following values for resource type:. This parameter is required.this@Stability(value=Stable) public CfnResourceSet.Builder tags(List<? extends CfnTag> tags)
tags - A tag to associate with the parameters for a resource set. This parameter is required.this@Stability(value=Stable) public CfnResourceSet build()
build in interface software.amazon.jsii.Builder<CfnResourceSet>Copyright © 2022. All rights reserved.