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 (*Resource) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.