Interface DatasyncAgentConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    DatasyncAgentConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:52.458Z")
    @Stability(Stable)
    public interface DatasyncAgentConfig
    extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    • Method Summary

      All Methods Static Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      static DatasyncAgentConfig.Builder builder()  
      default String getActivationKey()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#activation_key DatasyncAgent#activation_key}.
      default String getId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#id DatasyncAgent#id}.
      default String getIpAddress()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#ip_address DatasyncAgent#ip_address}.
      default String getName()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#name DatasyncAgent#name}.
      default String getPrivateLinkEndpoint()
      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}.
      default 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}.
      default 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}.
      default 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}.
      default 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}.
      default DatasyncAgentTimeouts getTimeouts()
      timeouts block.
      default String getVpcEndpointId()
      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}.
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
      • Methods inherited from interface com.hashicorp.cdktf.TerraformMetaArguments

        getConnection, getCount, getDependsOn, getForEach, getLifecycle, getProvider, getProvisioners
    • Method Detail

      • getActivationKey

        @Stability(Stable)
        @Nullable
        default String getActivationKey()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#activation_key DatasyncAgent#activation_key}.
      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs 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.

      • getIpAddress

        @Stability(Stable)
        @Nullable
        default String getIpAddress()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#ip_address DatasyncAgent#ip_address}.
      • getName

        @Stability(Stable)
        @Nullable
        default String getName()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#name DatasyncAgent#name}.
      • getPrivateLinkEndpoint

        @Stability(Stable)
        @Nullable
        default String getPrivateLinkEndpoint()
        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}.
      • getSecurityGroupArns

        @Stability(Stable)
        @Nullable
        default 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}.
      • getSubnetArns

        @Stability(Stable)
        @Nullable
        default 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}.
      • getTags

        @Stability(Stable)
        @Nullable
        default 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}.
      • getTagsAll

        @Stability(Stable)
        @Nullable
        default 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}.
      • getTimeouts

        @Stability(Stable)
        @Nullable
        default DatasyncAgentTimeouts getTimeouts()
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_agent#timeouts DatasyncAgent#timeouts}

      • getVpcEndpointId

        @Stability(Stable)
        @Nullable
        default String getVpcEndpointId()
        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}.