Documentation ¶
Index ¶
- type Args
- type Resource
- func (apbc *Resource) Attributes() awsPinpointBaiduChannelAttributes
- func (apbc *Resource) Configuration() interface{}
- func (apbc *Resource) DependOn() terra.Reference
- func (apbc *Resource) Dependencies() terra.Dependencies
- func (apbc *Resource) ImportState(state io.Reader) error
- func (apbc *Resource) LifecycleManagement() *terra.Lifecycle
- func (apbc *Resource) LocalName() string
- func (apbc *Resource) State() (*awsPinpointBaiduChannelState, bool)
- func (apbc *Resource) StateMust() *awsPinpointBaiduChannelState
- func (apbc *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // ApiKey: string, required ApiKey terra.StringValue `hcl:"api_key,attr" validate:"required"` // ApplicationId: string, required ApplicationId terra.StringValue `hcl:"application_id,attr" validate:"required"` // Enabled: bool, optional Enabled terra.BoolValue `hcl:"enabled,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // SecretKey: string, required SecretKey terra.StringValue `hcl:"secret_key,attr" validate:"required"` }
Args contains the configurations for aws_pinpoint_baidu_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_baidu_channel.
func (*Resource) Attributes ¶
func (apbc *Resource) Attributes() awsPinpointBaiduChannelAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (apbc *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (apbc *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.