Interface CfnTaskDefinition.FSxAuthorizationConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTaskDefinition.FSxAuthorizationConfigProperty.Jsii$Proxy
- Enclosing class:
CfnTaskDefinition
@Stability(Stable)
public static interface CfnTaskDefinition.FSxAuthorizationConfigProperty
extends software.amazon.jsii.JsiiSerializable
The authorization configuration details for Amazon FSx for Windows File Server file system.
See FSxWindowsFileServerVolumeConfiguration in the Amazon ECS API Reference .
For more information and the input format, see Amazon FSx for Windows File Server Volumes in the Amazon Elastic Container Service Developer Guide .
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ecs.*; FSxAuthorizationConfigProperty fSxAuthorizationConfigProperty = FSxAuthorizationConfigProperty.builder() .credentialsParameter("credentialsParameter") .domain("domain") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTaskDefinition.FSxAuthorizationConfigProperty
static final class
An implementation forCfnTaskDefinition.FSxAuthorizationConfigProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The authorization credential option to use.A fully qualified domain name hosted by an AWS Directory Service Managed Microsoft AD (Active Directory) or self-hosted AD on Amazon EC2.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCredentialsParameter
The 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.
- See Also:
-
getDomain
A fully qualified domain name hosted by an AWS Directory Service Managed Microsoft AD (Active Directory) or self-hosted AD on Amazon EC2.- See Also:
-
builder
-