@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.866Z") @Stability(value=Stable) public class CfnLocationFSxONTAP extends CfnResource implements IInspectable
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.datasync.*;
CfnLocationFSxONTAP cfnLocationFSxONTAP = CfnLocationFSxONTAP.Builder.create(this, "MyCfnLocationFSxONTAP")
.protocol(ProtocolProperty.builder()
.nfs(NFSProperty.builder()
.mountOptions(NfsMountOptionsProperty.builder()
.version("version")
.build())
.build())
.smb(SMBProperty.builder()
.mountOptions(SmbMountOptionsProperty.builder()
.version("version")
.build())
.password("password")
.user("user")
// the properties below are optional
.domain("domain")
.build())
.build())
.securityGroupArns(List.of("securityGroupArns"))
.storageVirtualMachineArn("storageVirtualMachineArn")
// the properties below are optional
.subdirectory("subdirectory")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnLocationFSxONTAP.Builder
A fluent builder for
CfnLocationFSxONTAP. |
static interface |
CfnLocationFSxONTAP.NfsMountOptionsProperty
Example:
|
static interface |
CfnLocationFSxONTAP.NFSProperty
Example:
|
static interface |
CfnLocationFSxONTAP.ProtocolProperty
Example:
|
static interface |
CfnLocationFSxONTAP.SmbMountOptionsProperty
Example:
|
static interface |
CfnLocationFSxONTAP.SMBProperty
Example:
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnLocationFSxONTAP(software.constructs.Construct scope,
String id,
CfnLocationFSxONTAPProps props)
Create a new `AWS::DataSync::LocationFSxONTAP`.
|
protected |
CfnLocationFSxONTAP(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnLocationFSxONTAP(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrFsxFilesystemArn() |
String |
getAttrLocationArn() |
String |
getAttrLocationUri() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getProtocol()
`AWS::DataSync::LocationFSxONTAP.Protocol`.
|
List<String> |
getSecurityGroupArns()
`AWS::DataSync::LocationFSxONTAP.SecurityGroupArns`.
|
String |
getStorageVirtualMachineArn()
`AWS::DataSync::LocationFSxONTAP.StorageVirtualMachineArn`.
|
String |
getSubdirectory()
`AWS::DataSync::LocationFSxONTAP.Subdirectory`.
|
TagManager |
getTags()
`AWS::DataSync::LocationFSxONTAP.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setProtocol(CfnLocationFSxONTAP.ProtocolProperty value)
`AWS::DataSync::LocationFSxONTAP.Protocol`.
|
void |
setProtocol(IResolvable value)
`AWS::DataSync::LocationFSxONTAP.Protocol`.
|
void |
setSecurityGroupArns(List<String> value)
`AWS::DataSync::LocationFSxONTAP.SecurityGroupArns`.
|
void |
setStorageVirtualMachineArn(String value)
`AWS::DataSync::LocationFSxONTAP.StorageVirtualMachineArn`.
|
void |
setSubdirectory(String value)
`AWS::DataSync::LocationFSxONTAP.Subdirectory`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnLocationFSxONTAP(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnLocationFSxONTAP(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnLocationFSxONTAP(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnLocationFSxONTAPProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrFsxFilesystemArn()
@Stability(value=Stable) @NotNull public String getAttrLocationArn()
@Stability(value=Stable) @NotNull public String getAttrLocationUri()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public Object getProtocol()
@Stability(value=Stable)
public void setProtocol(@NotNull
CfnLocationFSxONTAP.ProtocolProperty value)
@Stability(value=Stable)
public void setProtocol(@NotNull
IResolvable value)
@Stability(value=Stable) @NotNull public List<String> getSecurityGroupArns()
@Stability(value=Stable)
public void setSecurityGroupArns(@NotNull
List<String> value)
@Stability(value=Stable) @NotNull public String getStorageVirtualMachineArn()
@Stability(value=Stable)
public void setStorageVirtualMachineArn(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getSubdirectory()
@Stability(value=Stable)
public void setSubdirectory(@Nullable
String value)
Copyright © 2022. All rights reserved.