Class CfnTaskDefinition.FSxAuthorizationConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.CfnTaskDefinition.FSxAuthorizationConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTaskDefinition.FSxAuthorizationConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTaskDefinition.FSxAuthorizationConfigProperty
@Stability(Stable)
@Internal
public static final class CfnTaskDefinition.FSxAuthorizationConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTaskDefinition.FSxAuthorizationConfigProperty
An implementation for
CfnTaskDefinition.FSxAuthorizationConfigProperty-
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.CfnTaskDefinition.FSxAuthorizationConfigProperty
CfnTaskDefinition.FSxAuthorizationConfigProperty.Builder, CfnTaskDefinition.FSxAuthorizationConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTaskDefinition.FSxAuthorizationConfigProperty.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 authorization credential option to use.final StringA fully qualified domain name hosted by an AWS Directory Service Managed Microsoft AD (Active Directory) or self-hosted AD on Amazon EC2.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 theCfnTaskDefinition.FSxAuthorizationConfigProperty.Builder.
-
-
Method Details
-
getCredentialsParameter
Description copied from interface:CfnTaskDefinition.FSxAuthorizationConfigPropertyThe authorization credential option to use.The authorization credential options can be provided using either the Amazon Resource Name (ARN) of an AWS Secrets Manager secret or SSM Parameter Store parameter. The ARN refers to the stored credentials.
- Specified by:
getCredentialsParameterin interfaceCfnTaskDefinition.FSxAuthorizationConfigProperty- See Also:
-
getDomain
Description copied from interface:CfnTaskDefinition.FSxAuthorizationConfigPropertyA fully qualified domain name hosted by an AWS Directory Service Managed Microsoft AD (Active Directory) or self-hosted AD on Amazon EC2.- Specified by:
getDomainin interfaceCfnTaskDefinition.FSxAuthorizationConfigProperty- 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()
-