Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataSource
- type Resource
- func (gescip *Resource) Attributes() googleEndpointsServiceConsumersIamPolicyAttributes
- func (gescip *Resource) Configuration() interface{}
- func (gescip *Resource) DependOn() terra.Reference
- func (gescip *Resource) Dependencies() terra.Dependencies
- func (gescip *Resource) ImportState(state io.Reader) error
- func (gescip *Resource) LifecycleManagement() *terra.Lifecycle
- func (gescip *Resource) LocalName() string
- func (gescip *Resource) State() (*googleEndpointsServiceConsumersIamPolicyState, bool)
- func (gescip *Resource) StateMust() *googleEndpointsServiceConsumersIamPolicyState
- func (gescip *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // ConsumerProject: string, required ConsumerProject terra.StringValue `hcl:"consumer_project,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // PolicyData: string, required PolicyData terra.StringValue `hcl:"policy_data,attr" validate:"required"` // ServiceName: string, required ServiceName terra.StringValue `hcl:"service_name,attr" validate:"required"` }
Args contains the configurations for google_endpoints_service_consumers_iam_policy.
type DataArgs ¶
type DataArgs struct { // ConsumerProject: string, required ConsumerProject terra.StringValue `hcl:"consumer_project,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // ServiceName: string, required ServiceName terra.StringValue `hcl:"service_name,attr" validate:"required"` }
DataArgs contains the configurations for google_endpoints_service_consumers_iam_policy.
type DataSource ¶
DataSource represents the Terraform data resource google_endpoints_service_consumers_iam_policy.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (gescip *DataSource) Attributes() dataGoogleEndpointsServiceConsumersIamPolicyAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (gescip *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (gescip *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (gescip *DataSource) LocalName() string
LocalName returns the local name for DataSource.
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 google_endpoints_service_consumers_iam_policy.
func (*Resource) Attributes ¶
func (gescip *Resource) Attributes() googleEndpointsServiceConsumersIamPolicyAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gescip *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gescip *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.