Documentation ¶
Index ¶
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 ¶
Click to show internal directories.
Click to hide internal directories.