resourcepolicy

package
v0.0.0-...-1f78e34 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Resource

type Resource struct {

	// A flag to indicate whether to bypass the resource policy lockout safety check
	BypassPolicyLockoutCheck bool `json:"BypassPolicyLockoutCheck,omitempty"`

	// The resource policy document, which can be up to 5kb in size.
	PolicyDocument string `json:"PolicyDocument"`

	// The name of the resource policy. Must be unique within a specific AWS account.
	PolicyName string `json:"PolicyName"`
}

Resource This schema provides construct and validation rules for AWS-XRay Resource Policy resource parameters.

func (*Resource) MarshalJSON

func (strct *Resource) MarshalJSON() ([]byte, error)

func (*Resource) UnmarshalJSON

func (strct *Resource) UnmarshalJSON(b []byte) error

Jump to

Keyboard shortcuts

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