Class CfnResourceSetMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnResourceSetMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResourceSetMixinProps
CfnResourceSetMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.route53recoveryreadiness.CfnResourceSetMixinProps
CfnResourceSetMixinProps.Builder, CfnResourceSetMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnResourceSetMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectA list of resource objects in the resource set.final StringThe name of the resource set to create.final StringThe resource type of the resources in the resource set.getTags()A tag to associate with the parameters for a resource set.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnResourceSetMixinProps.Builder.
-
-
Method Details
-
getResources
Description copied from interface:CfnResourceSetMixinPropsA list of resource objects in the resource set.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnResourceSetPropsMixin.ResourceProperty>- Specified by:
getResourcesin interfaceCfnResourceSetMixinProps- See Also:
-
getResourceSetName
Description copied from interface:CfnResourceSetMixinPropsThe name of the resource set to create.- Specified by:
getResourceSetNamein interfaceCfnResourceSetMixinProps- See Also:
-
getResourceSetType
Description copied from interface:CfnResourceSetMixinPropsThe resource type of the resources in the resource set. Enter one of the following values for resource type:.AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, 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.
- Specified by:
getResourceSetTypein interfaceCfnResourceSetMixinProps- See Also:
-
getTags
Description copied from interface:CfnResourceSetMixinPropsA tag to associate with the parameters for a resource set.- Specified by:
getTagsin interfaceCfnResourceSetMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-