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