iotdomainconfiguration

package
v0.0.0-...-917d9f1 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 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 AuthorizerConfig

type AuthorizerConfig struct {
	// AllowAuthorizerOverride: bool, optional
	AllowAuthorizerOverride terra.BoolValue `hcl:"allow_authorizer_override,attr"`
	// DefaultAuthorizerName: string, optional
	DefaultAuthorizerName terra.StringValue `hcl:"default_authorizer_name,attr"`
}

type AuthorizerConfigAttributes

type AuthorizerConfigAttributes struct {
	// contains filtered or unexported fields
}

func (AuthorizerConfigAttributes) AllowAuthorizerOverride

func (ac AuthorizerConfigAttributes) AllowAuthorizerOverride() terra.BoolValue

func (AuthorizerConfigAttributes) DefaultAuthorizerName

func (ac AuthorizerConfigAttributes) DefaultAuthorizerName() terra.StringValue

func (AuthorizerConfigAttributes) InternalRef

func (ac AuthorizerConfigAttributes) InternalRef() (terra.Reference, error)

func (AuthorizerConfigAttributes) InternalTokens

func (ac AuthorizerConfigAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AuthorizerConfigAttributes) InternalWithRef

type AuthorizerConfigState

type AuthorizerConfigState struct {
	AllowAuthorizerOverride bool   `json:"allow_authorizer_override"`
	DefaultAuthorizerName   string `json:"default_authorizer_name"`
}

type TlsConfig

type TlsConfig struct {
	// SecurityPolicy: string, optional
	SecurityPolicy terra.StringValue `hcl:"security_policy,attr"`
}

type TlsConfigAttributes

type TlsConfigAttributes struct {
	// contains filtered or unexported fields
}

func (TlsConfigAttributes) InternalRef

func (tc TlsConfigAttributes) InternalRef() (terra.Reference, error)

func (TlsConfigAttributes) InternalTokens

func (tc TlsConfigAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TlsConfigAttributes) InternalWithRef

func (tc TlsConfigAttributes) InternalWithRef(ref terra.Reference) TlsConfigAttributes

func (TlsConfigAttributes) SecurityPolicy

func (tc TlsConfigAttributes) SecurityPolicy() terra.StringValue

type TlsConfigState

type TlsConfigState struct {
	SecurityPolicy string `json:"security_policy"`
}

Jump to

Keyboard shortcuts

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