Class PinpointAppConfig.Jsii$Proxy

  • All Implemented Interfaces:
    PinpointAppConfig, com.hashicorp.cdktf.TerraformMetaArguments, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    PinpointAppConfig

    @Stability(Stable)
    @Internal
    public static final class PinpointAppConfig.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements PinpointAppConfig
    An implementation for PinpointAppConfig
    • 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.
    • Method Detail

      • getCampaignHook

        public final PinpointAppCampaignHook getCampaignHook()
        Description copied from interface: PinpointAppConfig
        campaign_hook block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_app#campaign_hook PinpointApp#campaign_hook}

        Specified by:
        getCampaignHook in interface PinpointAppConfig
      • getId

        public final String getId()
        Description copied from interface: PinpointAppConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_app#id PinpointApp#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:
        getId in interface PinpointAppConfig
      • getLimits

        public final PinpointAppLimits getLimits()
        Description copied from interface: PinpointAppConfig
        limits block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_app#limits PinpointApp#limits}

        Specified by:
        getLimits in interface PinpointAppConfig
      • getName

        public final String getName()
        Description copied from interface: PinpointAppConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_app#name PinpointApp#name}.
        Specified by:
        getName in interface PinpointAppConfig
      • getNamePrefix

        public final String getNamePrefix()
        Description copied from interface: PinpointAppConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_app#name_prefix PinpointApp#name_prefix}.
        Specified by:
        getNamePrefix in interface PinpointAppConfig
      • getQuietTime

        public final PinpointAppQuietTime getQuietTime()
        Description copied from interface: PinpointAppConfig
        quiet_time block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_app#quiet_time PinpointApp#quiet_time}

        Specified by:
        getQuietTime in interface PinpointAppConfig
      • getTags

        public final Map<String,​String> getTags()
        Description copied from interface: PinpointAppConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_app#tags PinpointApp#tags}.
        Specified by:
        getTags in interface PinpointAppConfig
      • getTagsAll

        public final Map<String,​String> getTagsAll()
        Description copied from interface: PinpointAppConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_app#tags_all PinpointApp#tags_all}.
        Specified by:
        getTagsAll in interface PinpointAppConfig
      • getConnection

        public final Object getConnection()
        Specified by:
        getConnection in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getCount

        public final Object getCount()
        Specified by:
        getCount in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getDependsOn

        public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
        Specified by:
        getDependsOn in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getForEach

        public final com.hashicorp.cdktf.ITerraformIterator getForEach()
        Specified by:
        getForEach in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getLifecycle

        public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
        Specified by:
        getLifecycle in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvider

        public final com.hashicorp.cdktf.TerraformProvider getProvider()
        Specified by:
        getProvider in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvisioners

        public final List<Object> getProvisioners()
        Specified by:
        getProvisioners in interface com.hashicorp.cdktf.TerraformMetaArguments
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object