Documentation ¶
Index ¶
- type Args
- type IdentityProvider
- type IdentityProviderAttributes
- func (ip IdentityProviderAttributes) InternalRef() (terra.Reference, error)
- func (ip IdentityProviderAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ip IdentityProviderAttributes) InternalWithRef(ref terra.Reference) IdentityProviderAttributes
- func (ip IdentityProviderAttributes) SamlMetadata() terra.StringValue
- func (ip IdentityProviderAttributes) Type() terra.StringValue
- type IdentityProviderState
- type Network
- type NetworkAttributes
- func (n NetworkAttributes) InternalRef() (terra.Reference, error)
- func (n NetworkAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (n NetworkAttributes) InternalWithRef(ref terra.Reference) NetworkAttributes
- func (n NetworkAttributes) SecurityGroupIds() terra.SetValue[terra.StringValue]
- func (n NetworkAttributes) SubnetIds() terra.SetValue[terra.StringValue]
- func (n NetworkAttributes) VpcId() terra.StringValue
- type NetworkState
- type Resource
- func (awf *Resource) Attributes() awsWorklinkFleetAttributes
- func (awf *Resource) Configuration() interface{}
- func (awf *Resource) DependOn() terra.Reference
- func (awf *Resource) Dependencies() terra.Dependencies
- func (awf *Resource) ImportState(state io.Reader) error
- func (awf *Resource) LifecycleManagement() *terra.Lifecycle
- func (awf *Resource) LocalName() string
- func (awf *Resource) State() (*awsWorklinkFleetState, bool)
- func (awf *Resource) StateMust() *awsWorklinkFleetState
- func (awf *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AuditStreamArn: string, optional AuditStreamArn terra.StringValue `hcl:"audit_stream_arn,attr"` // DeviceCaCertificate: string, optional DeviceCaCertificate terra.StringValue `hcl:"device_ca_certificate,attr"` // DisplayName: string, optional DisplayName terra.StringValue `hcl:"display_name,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // OptimizeForEndUserLocation: bool, optional OptimizeForEndUserLocation terra.BoolValue `hcl:"optimize_for_end_user_location,attr"` // IdentityProvider: optional IdentityProvider *IdentityProvider `hcl:"identity_provider,block"` // Network: optional Network *Network `hcl:"network,block"` }
Args contains the configurations for aws_worklink_fleet.
type IdentityProvider ¶
type IdentityProvider struct { // SamlMetadata: string, required SamlMetadata terra.StringValue `hcl:"saml_metadata,attr" validate:"required"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type IdentityProviderAttributes ¶
type IdentityProviderAttributes struct {
// contains filtered or unexported fields
}
func (IdentityProviderAttributes) InternalRef ¶
func (ip IdentityProviderAttributes) InternalRef() (terra.Reference, error)
func (IdentityProviderAttributes) InternalTokens ¶
func (ip IdentityProviderAttributes) InternalTokens() (hclwrite.Tokens, error)
func (IdentityProviderAttributes) InternalWithRef ¶
func (ip IdentityProviderAttributes) InternalWithRef(ref terra.Reference) IdentityProviderAttributes
func (IdentityProviderAttributes) SamlMetadata ¶
func (ip IdentityProviderAttributes) SamlMetadata() terra.StringValue
func (IdentityProviderAttributes) Type ¶
func (ip IdentityProviderAttributes) Type() terra.StringValue
type IdentityProviderState ¶
type Network ¶
type Network struct { // SecurityGroupIds: set of string, required SecurityGroupIds terra.SetValue[terra.StringValue] `hcl:"security_group_ids,attr" validate:"required"` // SubnetIds: set of string, required SubnetIds terra.SetValue[terra.StringValue] `hcl:"subnet_ids,attr" validate:"required"` // VpcId: string, required VpcId terra.StringValue `hcl:"vpc_id,attr" validate:"required"` }
type NetworkAttributes ¶
type NetworkAttributes struct {
// contains filtered or unexported fields
}
func (NetworkAttributes) InternalRef ¶
func (n NetworkAttributes) InternalRef() (terra.Reference, error)
func (NetworkAttributes) InternalTokens ¶
func (n NetworkAttributes) InternalTokens() (hclwrite.Tokens, error)
func (NetworkAttributes) InternalWithRef ¶
func (n NetworkAttributes) InternalWithRef(ref terra.Reference) NetworkAttributes
func (NetworkAttributes) SecurityGroupIds ¶
func (n NetworkAttributes) SecurityGroupIds() terra.SetValue[terra.StringValue]
func (NetworkAttributes) SubnetIds ¶
func (n NetworkAttributes) SubnetIds() terra.SetValue[terra.StringValue]
func (NetworkAttributes) VpcId ¶
func (n NetworkAttributes) VpcId() terra.StringValue
type NetworkState ¶
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_worklink_fleet.
func (*Resource) Attributes ¶
func (awf *Resource) Attributes() awsWorklinkFleetAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (awf *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (awf *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.