@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.757Z") @Stability(value=Stable) public class CfnAgent 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.*;
CfnAgent cfnAgent = CfnAgent.Builder.create(this, "MyCfnAgent")
.activationKey("activationKey")
// the properties below are optional
.agentName("agentName")
.securityGroupArns(List.of("securityGroupArns"))
.subnetArns(List.of("subnetArns"))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.vpcEndpointId("vpcEndpointId")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnAgent.Builder
A fluent builder for
CfnAgent. |
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 |
|---|---|
|
CfnAgent(software.constructs.Construct scope,
String id,
CfnAgentProps props)
Create a new `AWS::DataSync::Agent`.
|
protected |
CfnAgent(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnAgent(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationKey()
`AWS::DataSync::Agent.ActivationKey`.
|
String |
getAgentName()
`AWS::DataSync::Agent.AgentName`.
|
String |
getAttrAgentArn() |
String |
getAttrEndpointType() |
protected Map<String,Object> |
getCfnProperties() |
List<String> |
getSecurityGroupArns()
`AWS::DataSync::Agent.SecurityGroupArns`.
|
List<String> |
getSubnetArns()
`AWS::DataSync::Agent.SubnetArns`.
|
TagManager |
getTags()
`AWS::DataSync::Agent.Tags`.
|
String |
getVpcEndpointId()
`AWS::DataSync::Agent.VpcEndpointId`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setActivationKey(String value)
`AWS::DataSync::Agent.ActivationKey`.
|
void |
setAgentName(String value)
`AWS::DataSync::Agent.AgentName`.
|
void |
setSecurityGroupArns(List<String> value)
`AWS::DataSync::Agent.SecurityGroupArns`.
|
void |
setSubnetArns(List<String> value)
`AWS::DataSync::Agent.SubnetArns`.
|
void |
setVpcEndpointId(String value)
`AWS::DataSync::Agent.VpcEndpointId`.
|
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 CfnAgent(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnAgent(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnAgent(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnAgentProps 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 getActivationKey()
@Stability(value=Stable)
public void setActivationKey(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getAgentName()
@Stability(value=Stable)
public void setAgentName(@Nullable
String value)
@Stability(value=Stable) @NotNull public String getAttrAgentArn()
@Stability(value=Stable) @NotNull public String getAttrEndpointType()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @Nullable public List<String> getSecurityGroupArns()
@Stability(value=Stable)
public void setSecurityGroupArns(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public List<String> getSubnetArns()
@Stability(value=Stable)
public void setSubnetArns(@Nullable
List<String> value)
@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @Nullable public String getVpcEndpointId()
@Stability(value=Stable)
public void setVpcEndpointId(@Nullable
String value)
Copyright © 2021. All rights reserved.