Documentation ¶
Index ¶
- type Args
- type Resource
- func (avesap *Resource) Attributes() awsVpcEndpointServiceAllowedPrincipalAttributes
- func (avesap *Resource) Configuration() interface{}
- func (avesap *Resource) DependOn() terra.Reference
- func (avesap *Resource) Dependencies() terra.Dependencies
- func (avesap *Resource) ImportState(state io.Reader) error
- func (avesap *Resource) LifecycleManagement() *terra.Lifecycle
- func (avesap *Resource) LocalName() string
- func (avesap *Resource) State() (*awsVpcEndpointServiceAllowedPrincipalState, bool)
- func (avesap *Resource) StateMust() *awsVpcEndpointServiceAllowedPrincipalState
- func (avesap *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // PrincipalArn: string, required PrincipalArn terra.StringValue `hcl:"principal_arn,attr" validate:"required"` // VpcEndpointServiceId: string, required VpcEndpointServiceId terra.StringValue `hcl:"vpc_endpoint_service_id,attr" validate:"required"` }
Args contains the configurations for aws_vpc_endpoint_service_allowed_principal.
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_vpc_endpoint_service_allowed_principal.
func (*Resource) Attributes ¶
func (avesap *Resource) Attributes() awsVpcEndpointServiceAllowedPrincipalAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (avesap *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (avesap *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.