Documentation ¶
Index ¶
- type Args
- type Resource
- func (aacac *Resource) Attributes() awsAcmpcaCertificateAuthorityCertificateAttributes
- func (aacac *Resource) Configuration() interface{}
- func (aacac *Resource) DependOn() terra.Reference
- func (aacac *Resource) Dependencies() terra.Dependencies
- func (aacac *Resource) ImportState(state io.Reader) error
- func (aacac *Resource) LifecycleManagement() *terra.Lifecycle
- func (aacac *Resource) LocalName() string
- func (aacac *Resource) State() (*awsAcmpcaCertificateAuthorityCertificateState, bool)
- func (aacac *Resource) StateMust() *awsAcmpcaCertificateAuthorityCertificateState
- func (aacac *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Certificate: string, required Certificate terra.StringValue `hcl:"certificate,attr" validate:"required"` // CertificateAuthorityArn: string, required CertificateAuthorityArn terra.StringValue `hcl:"certificate_authority_arn,attr" validate:"required"` // CertificateChain: string, optional CertificateChain terra.StringValue `hcl:"certificate_chain,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` }
Args contains the configurations for aws_acmpca_certificate_authority_certificate.
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_acmpca_certificate_authority_certificate.
func (*Resource) Attributes ¶
func (aacac *Resource) Attributes() awsAcmpcaCertificateAuthorityCertificateAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aacac *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aacac *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.