worklinkfleet

package
v0.0.0-...-964ba77 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

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 (IdentityProviderAttributes) SamlMetadata

func (ip IdentityProviderAttributes) SamlMetadata() terra.StringValue

func (IdentityProviderAttributes) Type

type IdentityProviderState

type IdentityProviderState struct {
	SamlMetadata string `json:"saml_metadata"`
	Type         string `json:"type"`
}

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 (NetworkAttributes) VpcId

type NetworkState

type NetworkState struct {
	SecurityGroupIds []string `json:"security_group_ids"`
	SubnetIds        []string `json:"subnet_ids"`
	VpcId            string   `json:"vpc_id"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL