Class CfnResourceSetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.route53recoveryreadiness.CfnResourceSetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnResourceSetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnResourceSetProps
@Stability(Stable)
@Internal
public static final class CfnResourceSetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResourceSetProps
An implementation for
CfnResourceSetProps-
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.services.route53recoveryreadiness.CfnResourceSetProps
CfnResourceSetProps.Builder, CfnResourceSetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnResourceSetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnResourceSetProps.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 theCfnResourceSetProps.Builder.
-
-
Method Details
-
getResources
Description copied from interface:CfnResourceSetPropsA list of resource objects in the resource set.- Specified by:
getResourcesin interfaceCfnResourceSetProps
-
getResourceSetType
Description copied from interface:CfnResourceSetPropsThe 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 interfaceCfnResourceSetProps
-
getResourceSetName
Description copied from interface:CfnResourceSetPropsThe name of the resource set to create.- Specified by:
getResourceSetNamein interfaceCfnResourceSetProps
-
getTags
Description copied from interface:CfnResourceSetPropsA tag to associate with the parameters for a resource set.- Specified by:
getTagsin interfaceCfnResourceSetProps
-
$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()
-