Class DatasyncAgentConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.datasync_agent.DatasyncAgentConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DatasyncAgentConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DatasyncAgentConfig
@Stability(Stable) @Internal public static final class DatasyncAgentConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatasyncAgentConfig
An implementation forDatasyncAgentConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.datasync_agent.DatasyncAgentConfig
DatasyncAgentConfig.Builder, DatasyncAgentConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DatasyncAgentConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDatasyncAgentConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetActivationKey()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#activation_key DatasyncAgent#activation_key}.ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#id DatasyncAgent#id}.StringgetIpAddress()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#ip_address DatasyncAgent#ip_address}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#name DatasyncAgent#name}.StringgetPrivateLinkEndpoint()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#private_link_endpoint DatasyncAgent#private_link_endpoint}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()List<String>getSecurityGroupArns()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#security_group_arns DatasyncAgent#security_group_arns}.List<String>getSubnetArns()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#subnet_arns DatasyncAgent#subnet_arns}.Map<String,String>getTags()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#tags DatasyncAgent#tags}.Map<String,String>getTagsAll()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#tags_all DatasyncAgent#tags_all}.DatasyncAgentTimeoutsgetTimeouts()timeouts block.StringgetVpcEndpointId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#vpc_endpoint_id DatasyncAgent#vpc_endpoint_id}.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(DatasyncAgentConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDatasyncAgentConfig.Builder.
-
-
Method Detail
-
getActivationKey
public final String getActivationKey()
Description copied from interface:DatasyncAgentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#activation_key DatasyncAgent#activation_key}.- Specified by:
getActivationKeyin interfaceDatasyncAgentConfig
-
getId
public final String getId()
Description copied from interface:DatasyncAgentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#id DatasyncAgent#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceDatasyncAgentConfig
-
getIpAddress
public final String getIpAddress()
Description copied from interface:DatasyncAgentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#ip_address DatasyncAgent#ip_address}.- Specified by:
getIpAddressin interfaceDatasyncAgentConfig
-
getName
public final String getName()
Description copied from interface:DatasyncAgentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#name DatasyncAgent#name}.- Specified by:
getNamein interfaceDatasyncAgentConfig
-
getPrivateLinkEndpoint
public final String getPrivateLinkEndpoint()
Description copied from interface:DatasyncAgentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#private_link_endpoint DatasyncAgent#private_link_endpoint}.- Specified by:
getPrivateLinkEndpointin interfaceDatasyncAgentConfig
-
getSecurityGroupArns
public final List<String> getSecurityGroupArns()
Description copied from interface:DatasyncAgentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#security_group_arns DatasyncAgent#security_group_arns}.- Specified by:
getSecurityGroupArnsin interfaceDatasyncAgentConfig
-
getSubnetArns
public final List<String> getSubnetArns()
Description copied from interface:DatasyncAgentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#subnet_arns DatasyncAgent#subnet_arns}.- Specified by:
getSubnetArnsin interfaceDatasyncAgentConfig
-
getTags
public final Map<String,String> getTags()
Description copied from interface:DatasyncAgentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#tags DatasyncAgent#tags}.- Specified by:
getTagsin interfaceDatasyncAgentConfig
-
getTagsAll
public final Map<String,String> getTagsAll()
Description copied from interface:DatasyncAgentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#tags_all DatasyncAgent#tags_all}.- Specified by:
getTagsAllin interfaceDatasyncAgentConfig
-
getTimeouts
public final DatasyncAgentTimeouts getTimeouts()
Description copied from interface:DatasyncAgentConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#timeouts DatasyncAgent#timeouts}
- Specified by:
getTimeoutsin interfaceDatasyncAgentConfig
-
getVpcEndpointId
public final String getVpcEndpointId()
Description copied from interface:DatasyncAgentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#vpc_endpoint_id DatasyncAgent#vpc_endpoint_id}.- Specified by:
getVpcEndpointIdin interfaceDatasyncAgentConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-