cognitoidentitypoolrolesattachment

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 MappingRule

type MappingRule struct {
	// Claim: string, required
	Claim terra.StringValue `hcl:"claim,attr" validate:"required"`
	// MatchType: string, required
	MatchType terra.StringValue `hcl:"match_type,attr" validate:"required"`
	// RoleArn: string, required
	RoleArn terra.StringValue `hcl:"role_arn,attr" validate:"required"`
	// Value: string, required
	Value terra.StringValue `hcl:"value,attr" validate:"required"`
}

type MappingRuleAttributes

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

func (MappingRuleAttributes) Claim

func (MappingRuleAttributes) InternalRef

func (mr MappingRuleAttributes) InternalRef() (terra.Reference, error)

func (MappingRuleAttributes) InternalTokens

func (mr MappingRuleAttributes) InternalTokens() (hclwrite.Tokens, error)

func (MappingRuleAttributes) InternalWithRef

func (MappingRuleAttributes) MatchType

func (mr MappingRuleAttributes) MatchType() terra.StringValue

func (MappingRuleAttributes) RoleArn

func (MappingRuleAttributes) Value

type MappingRuleState

type MappingRuleState struct {
	Claim     string `json:"claim"`
	MatchType string `json:"match_type"`
	RoleArn   string `json:"role_arn"`
	Value     string `json:"value"`
}

type RoleMapping

type RoleMapping struct {
	// AmbiguousRoleResolution: string, optional
	AmbiguousRoleResolution terra.StringValue `hcl:"ambiguous_role_resolution,attr"`
	// IdentityProvider: string, required
	IdentityProvider terra.StringValue `hcl:"identity_provider,attr" validate:"required"`
	// Type: string, required
	Type terra.StringValue `hcl:"type,attr" validate:"required"`
	// MappingRule: min=0,max=25
	MappingRule []MappingRule `hcl:"mapping_rule,block" validate:"min=0,max=25"`
}

type RoleMappingAttributes

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

func (RoleMappingAttributes) AmbiguousRoleResolution

func (rm RoleMappingAttributes) AmbiguousRoleResolution() terra.StringValue

func (RoleMappingAttributes) IdentityProvider

func (rm RoleMappingAttributes) IdentityProvider() terra.StringValue

func (RoleMappingAttributes) InternalRef

func (rm RoleMappingAttributes) InternalRef() (terra.Reference, error)

func (RoleMappingAttributes) InternalTokens

func (rm RoleMappingAttributes) InternalTokens() (hclwrite.Tokens, error)

func (RoleMappingAttributes) InternalWithRef

func (RoleMappingAttributes) MappingRule

func (RoleMappingAttributes) Type

type RoleMappingState

type RoleMappingState struct {
	AmbiguousRoleResolution string             `json:"ambiguous_role_resolution"`
	IdentityProvider        string             `json:"identity_provider"`
	Type                    string             `json:"type"`
	MappingRule             []MappingRuleState `json:"mapping_rule"`
}

Jump to

Keyboard shortcuts

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