@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.759Z") @Stability(value=Stable) public class CfnLocationHDFS 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.*;
CfnLocationHDFS cfnLocationHDFS = CfnLocationHDFS.Builder.create(this, "MyCfnLocationHDFS")
.agentArns(List.of("agentArns"))
.authenticationType("authenticationType")
.nameNodes(List.of(NameNodeProperty.builder()
.hostname("hostname")
.port(123)
.build()))
// the properties below are optional
.blockSize(123)
.kerberosKeytab("kerberosKeytab")
.kerberosKrb5Conf("kerberosKrb5Conf")
.kerberosPrincipal("kerberosPrincipal")
.kmsKeyProviderUri("kmsKeyProviderUri")
.qopConfiguration(QopConfigurationProperty.builder()
.dataTransferProtection("dataTransferProtection")
.rpcProtection("rpcProtection")
.build())
.replicationFactor(123)
.simpleUser("simpleUser")
.subdirectory("subdirectory")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnLocationHDFS.Builder
A fluent builder for
CfnLocationHDFS. |
static interface |
CfnLocationHDFS.NameNodeProperty
Example:
|
static interface |
CfnLocationHDFS.QopConfigurationProperty
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 |
|---|---|
|
CfnLocationHDFS(software.constructs.Construct scope,
String id,
CfnLocationHDFSProps props)
Create a new `AWS::DataSync::LocationHDFS`.
|
protected |
CfnLocationHDFS(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnLocationHDFS(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAgentArns()
`AWS::DataSync::LocationHDFS.AgentArns`.
|
String |
getAttrLocationArn() |
String |
getAttrLocationUri() |
String |
getAuthenticationType()
`AWS::DataSync::LocationHDFS.AuthenticationType`.
|
Number |
getBlockSize()
`AWS::DataSync::LocationHDFS.BlockSize`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getKerberosKeytab()
`AWS::DataSync::LocationHDFS.KerberosKeytab`.
|
String |
getKerberosKrb5Conf()
`AWS::DataSync::LocationHDFS.KerberosKrb5Conf`.
|
String |
getKerberosPrincipal()
`AWS::DataSync::LocationHDFS.KerberosPrincipal`.
|
String |
getKmsKeyProviderUri()
`AWS::DataSync::LocationHDFS.KmsKeyProviderUri`.
|
Object |
getNameNodes()
`AWS::DataSync::LocationHDFS.NameNodes`.
|
Object |
getQopConfiguration()
`AWS::DataSync::LocationHDFS.QopConfiguration`.
|
Number |
getReplicationFactor()
`AWS::DataSync::LocationHDFS.ReplicationFactor`.
|
String |
getSimpleUser()
`AWS::DataSync::LocationHDFS.SimpleUser`.
|
String |
getSubdirectory()
`AWS::DataSync::LocationHDFS.Subdirectory`.
|
TagManager |
getTags()
`AWS::DataSync::LocationHDFS.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAgentArns(List<String> value)
`AWS::DataSync::LocationHDFS.AgentArns`.
|
void |
setAuthenticationType(String value)
`AWS::DataSync::LocationHDFS.AuthenticationType`.
|
void |
setBlockSize(Number value)
`AWS::DataSync::LocationHDFS.BlockSize`.
|
void |
setKerberosKeytab(String value)
`AWS::DataSync::LocationHDFS.KerberosKeytab`.
|
void |
setKerberosKrb5Conf(String value)
`AWS::DataSync::LocationHDFS.KerberosKrb5Conf`.
|
void |
setKerberosPrincipal(String value)
`AWS::DataSync::LocationHDFS.KerberosPrincipal`.
|
void |
setKmsKeyProviderUri(String value)
`AWS::DataSync::LocationHDFS.KmsKeyProviderUri`.
|
void |
setNameNodes(IResolvable value)
`AWS::DataSync::LocationHDFS.NameNodes`.
|
void |
setNameNodes(List<Object> value)
`AWS::DataSync::LocationHDFS.NameNodes`.
|
void |
setQopConfiguration(CfnLocationHDFS.QopConfigurationProperty value)
`AWS::DataSync::LocationHDFS.QopConfiguration`.
|
void |
setQopConfiguration(IResolvable value)
`AWS::DataSync::LocationHDFS.QopConfiguration`.
|
void |
setReplicationFactor(Number value)
`AWS::DataSync::LocationHDFS.ReplicationFactor`.
|
void |
setSimpleUser(String value)
`AWS::DataSync::LocationHDFS.SimpleUser`.
|
void |
setSubdirectory(String value)
`AWS::DataSync::LocationHDFS.Subdirectory`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, 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 CfnLocationHDFS(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnLocationHDFS(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnLocationHDFS(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnLocationHDFSProps 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 List<String> getAgentArns()
@Stability(value=Stable)
public void setAgentArns(@NotNull
List<String> value)
@Stability(value=Stable) @NotNull public String getAttrLocationArn()
@Stability(value=Stable) @NotNull public String getAttrLocationUri()
@Stability(value=Stable) @NotNull public String getAuthenticationType()
@Stability(value=Stable)
public void setAuthenticationType(@NotNull
String value)
@Stability(value=Stable) @Nullable public Number getBlockSize()
@Stability(value=Stable)
public void setBlockSize(@Nullable
Number value)
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @Nullable public String getKerberosKeytab()
@Stability(value=Stable)
public void setKerberosKeytab(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getKerberosKrb5Conf()
@Stability(value=Stable)
public void setKerberosKrb5Conf(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getKerberosPrincipal()
@Stability(value=Stable)
public void setKerberosPrincipal(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getKmsKeyProviderUri()
@Stability(value=Stable)
public void setKmsKeyProviderUri(@Nullable
String value)
@Stability(value=Stable) @NotNull public Object getNameNodes()
@Stability(value=Stable)
public void setNameNodes(@NotNull
IResolvable value)
@Stability(value=Stable)
public void setNameNodes(@NotNull
List<Object> value)
@Stability(value=Stable) @Nullable public Object getQopConfiguration()
@Stability(value=Stable)
public void setQopConfiguration(@Nullable
CfnLocationHDFS.QopConfigurationProperty value)
@Stability(value=Stable)
public void setQopConfiguration(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Number getReplicationFactor()
@Stability(value=Stable)
public void setReplicationFactor(@Nullable
Number value)
@Stability(value=Stable) @Nullable public String getSimpleUser()
@Stability(value=Stable)
public void setSimpleUser(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getSubdirectory()
@Stability(value=Stable)
public void setSubdirectory(@Nullable
String value)
@Stability(value=Stable) @NotNull public TagManager getTags()
Copyright © 2021. All rights reserved.