Class CfnCloudConnectorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ssm.CfnCloudConnectorProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCloudConnectorProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCloudConnectorProps
@Stability(Stable)
@Internal
public static final class CfnCloudConnectorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCloudConnectorProps
An implementation for
CfnCloudConnectorProps-
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.ssm.CfnCloudConnectorProps
CfnCloudConnectorProps.Builder, CfnCloudConnectorProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnCloudConnectorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCloudConnectorProps.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 StringThe ARN of the AWS Config connector.final ObjectThe configuration for the cloud connector.final StringThe description of the cloud connector.final StringThe display name of the cloud connector.final StringThe IAM role ARN used by the cloud connector.getTags()Tags to apply to the cloud connector.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 theCfnCloudConnectorProps.Builder.
-
-
Method Details
-
getConfigConnectorArn
Description copied from interface:CfnCloudConnectorPropsThe ARN of the AWS Config connector.- Specified by:
getConfigConnectorArnin interfaceCfnCloudConnectorProps- See Also:
-
getConfiguration
Description copied from interface:CfnCloudConnectorPropsThe configuration for the cloud connector.Currently supports Azure.
Returns union: either
IResolvableorCfnCloudConnector.CloudConnectorConfigurationProperty- Specified by:
getConfigurationin interfaceCfnCloudConnectorProps- See Also:
-
getDisplayName
Description copied from interface:CfnCloudConnectorPropsThe display name of the cloud connector.- Specified by:
getDisplayNamein interfaceCfnCloudConnectorProps- See Also:
-
getRoleArn
Description copied from interface:CfnCloudConnectorPropsThe IAM role ARN used by the cloud connector.- Specified by:
getRoleArnin interfaceCfnCloudConnectorProps- See Also:
-
getDescription
Description copied from interface:CfnCloudConnectorPropsThe description of the cloud connector.- Specified by:
getDescriptionin interfaceCfnCloudConnectorProps- See Also:
-
getTags
Description copied from interface:CfnCloudConnectorPropsTags to apply to the cloud connector.- Specified by:
getTagsin interfaceCfnCloudConnectorProps- 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()
-