cognitoidentitypool

package
v0.0.0-...-c2cc54e Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 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 CognitoIdentityProviders

type CognitoIdentityProviders struct {
	// ClientId: string, optional
	ClientId terra.StringValue `hcl:"client_id,attr"`
	// ProviderName: string, optional
	ProviderName terra.StringValue `hcl:"provider_name,attr"`
	// ServerSideTokenCheck: bool, optional
	ServerSideTokenCheck terra.BoolValue `hcl:"server_side_token_check,attr"`
}

type CognitoIdentityProvidersAttributes

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

func (CognitoIdentityProvidersAttributes) ClientId

func (CognitoIdentityProvidersAttributes) InternalRef

func (CognitoIdentityProvidersAttributes) InternalTokens

func (cip CognitoIdentityProvidersAttributes) InternalTokens() (hclwrite.Tokens, error)

func (CognitoIdentityProvidersAttributes) InternalWithRef

func (CognitoIdentityProvidersAttributes) ProviderName

func (CognitoIdentityProvidersAttributes) ServerSideTokenCheck

func (cip CognitoIdentityProvidersAttributes) ServerSideTokenCheck() terra.BoolValue

type CognitoIdentityProvidersState

type CognitoIdentityProvidersState struct {
	ClientId             string `json:"client_id"`
	ProviderName         string `json:"provider_name"`
	ServerSideTokenCheck bool   `json:"server_side_token_check"`
}

Jump to

Keyboard shortcuts

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