Class CfnServicePropsMixin.ServiceConnectTlsConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnServicePropsMixin.ServiceConnectTlsConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServicePropsMixin.ServiceConnectTlsConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServicePropsMixin.ServiceConnectTlsConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnServicePropsMixin.ServiceConnectTlsConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServicePropsMixin.ServiceConnectTlsConfigurationProperty
An implementation for
CfnServicePropsMixin.ServiceConnectTlsConfigurationProperty-
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.ecs.CfnServicePropsMixin.ServiceConnectTlsConfigurationProperty
CfnServicePropsMixin.ServiceConnectTlsConfigurationProperty.Builder, CfnServicePropsMixin.ServiceConnectTlsConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServicePropsMixin.ServiceConnectTlsConfigurationProperty.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 ObjectThe signer certificate authority.final StringThe AWS Key Management Service key.final StringThe Amazon Resource Name (ARN) of the IAM role that's associated with the Service Connect TLS.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 theCfnServicePropsMixin.ServiceConnectTlsConfigurationProperty.Builder.
-
-
Method Details
-
getIssuerCertificateAuthority
Description copied from interface:CfnServicePropsMixin.ServiceConnectTlsConfigurationPropertyThe signer certificate authority.Returns union: either
IResolvableorCfnServicePropsMixin.ServiceConnectTlsCertificateAuthorityProperty- Specified by:
getIssuerCertificateAuthorityin interfaceCfnServicePropsMixin.ServiceConnectTlsConfigurationProperty- See Also:
-
getKmsKey
Description copied from interface:CfnServicePropsMixin.ServiceConnectTlsConfigurationPropertyThe AWS Key Management Service key.- Specified by:
getKmsKeyin interfaceCfnServicePropsMixin.ServiceConnectTlsConfigurationProperty- See Also:
-
getRoleArn
Description copied from interface:CfnServicePropsMixin.ServiceConnectTlsConfigurationPropertyThe Amazon Resource Name (ARN) of the IAM role that's associated with the Service Connect TLS.- Specified by:
getRoleArnin interfaceCfnServicePropsMixin.ServiceConnectTlsConfigurationProperty- 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()
-