Documentation ¶
Index ¶
- type Args
- type Resource
- func (apavc *Resource) Attributes() awsPinpointApnsVoipChannelAttributes
- func (apavc *Resource) Configuration() interface{}
- func (apavc *Resource) DependOn() terra.Reference
- func (apavc *Resource) Dependencies() terra.Dependencies
- func (apavc *Resource) ImportState(state io.Reader) error
- func (apavc *Resource) LifecycleManagement() *terra.Lifecycle
- func (apavc *Resource) LocalName() string
- func (apavc *Resource) State() (*awsPinpointApnsVoipChannelState, bool)
- func (apavc *Resource) StateMust() *awsPinpointApnsVoipChannelState
- func (apavc *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // ApplicationId: string, required ApplicationId terra.StringValue `hcl:"application_id,attr" validate:"required"` // BundleId: string, optional BundleId terra.StringValue `hcl:"bundle_id,attr"` // Certificate: string, optional Certificate terra.StringValue `hcl:"certificate,attr"` // DefaultAuthenticationMethod: string, optional DefaultAuthenticationMethod terra.StringValue `hcl:"default_authentication_method,attr"` // Enabled: bool, optional Enabled terra.BoolValue `hcl:"enabled,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // PrivateKey: string, optional PrivateKey terra.StringValue `hcl:"private_key,attr"` // TeamId: string, optional TeamId terra.StringValue `hcl:"team_id,attr"` // TokenKey: string, optional TokenKey terra.StringValue `hcl:"token_key,attr"` // TokenKeyId: string, optional TokenKeyId terra.StringValue `hcl:"token_key_id,attr"` }
Args contains the configurations for aws_pinpoint_apns_voip_channel.
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource aws_pinpoint_apns_voip_channel.
func (*Resource) Attributes ¶
func (apavc *Resource) Attributes() awsPinpointApnsVoipChannelAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (apavc *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (apavc *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
Click to show internal directories.
Click to hide internal directories.