awsdetective

package
v2.0.0-alpha.10 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CfnGraph_CFN_RESOURCE_TYPE_NAME

func CfnGraph_CFN_RESOURCE_TYPE_NAME() *string

func CfnGraph_IsCfnElement

func CfnGraph_IsCfnElement(x interface{}) *bool

Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).

Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.

Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.

func CfnGraph_IsCfnResource

func CfnGraph_IsCfnResource(construct constructs.IConstruct) *bool

Check whether the given construct is a CfnResource. Experimental.

func CfnGraph_IsConstruct

func CfnGraph_IsConstruct(x interface{}) *bool

Checks if `x` is a construct.

Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead

func CfnMemberInvitation_CFN_RESOURCE_TYPE_NAME

func CfnMemberInvitation_CFN_RESOURCE_TYPE_NAME() *string

func CfnMemberInvitation_IsCfnElement

func CfnMemberInvitation_IsCfnElement(x interface{}) *bool

Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).

Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.

Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.

func CfnMemberInvitation_IsCfnResource

func CfnMemberInvitation_IsCfnResource(construct constructs.IConstruct) *bool

Check whether the given construct is a CfnResource. Experimental.

func CfnMemberInvitation_IsConstruct

func CfnMemberInvitation_IsConstruct(x interface{}) *bool

Checks if `x` is a construct.

Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead

func NewCfnGraph_Override

func NewCfnGraph_Override(c CfnGraph, scope constructs.Construct, id *string)

Create a new `AWS::Detective::Graph`.

func NewCfnMemberInvitation_Override

func NewCfnMemberInvitation_Override(c CfnMemberInvitation, scope constructs.Construct, id *string, props *CfnMemberInvitationProps)

Create a new `AWS::Detective::MemberInvitation`.

Types

type CfnGraph

type CfnGraph interface {
	awscdk.CfnResource
	awscdk.IInspectable
	AttrArn() *string
	CfnOptions() awscdk.ICfnResourceOptions
	CfnProperties() *map[string]interface{}
	CfnResourceType() *string
	CreationStack() *[]*string
	LogicalId() *string
	Node() constructs.Node
	Ref() *string
	Stack() awscdk.Stack
	UpdatedProperites() *map[string]interface{}
	AddDeletionOverride(path *string)
	AddDependsOn(target awscdk.CfnResource)
	AddMetadata(key *string, value interface{})
	AddOverride(path *string, value interface{})
	AddPropertyDeletionOverride(propertyPath *string)
	AddPropertyOverride(propertyPath *string, value interface{})
	ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions)
	GetAtt(attributeName *string) awscdk.Reference
	GetMetadata(key *string) interface{}
	Inspect(inspector awscdk.TreeInspector)
	OverrideLogicalId(newLogicalId *string)
	RenderProperties(props *map[string]interface{}) *map[string]interface{}
	ShouldSynthesize() *bool
	ToString() *string
	ValidateProperties(_properties interface{})
}

A CloudFormation `AWS::Detective::Graph`.

func NewCfnGraph

func NewCfnGraph(scope constructs.Construct, id *string) CfnGraph

Create a new `AWS::Detective::Graph`.

type CfnMemberInvitation

type CfnMemberInvitation interface {
	awscdk.CfnResource
	awscdk.IInspectable
	CfnOptions() awscdk.ICfnResourceOptions
	CfnProperties() *map[string]interface{}
	CfnResourceType() *string
	CreationStack() *[]*string
	DisableEmailNotification() interface{}
	SetDisableEmailNotification(val interface{})
	GraphArn() *string
	SetGraphArn(val *string)
	LogicalId() *string
	MemberEmailAddress() *string
	SetMemberEmailAddress(val *string)
	MemberId() *string
	SetMemberId(val *string)
	Message() *string
	SetMessage(val *string)
	Node() constructs.Node
	Ref() *string
	Stack() awscdk.Stack
	UpdatedProperites() *map[string]interface{}
	AddDeletionOverride(path *string)
	AddDependsOn(target awscdk.CfnResource)
	AddMetadata(key *string, value interface{})
	AddOverride(path *string, value interface{})
	AddPropertyDeletionOverride(propertyPath *string)
	AddPropertyOverride(propertyPath *string, value interface{})
	ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions)
	GetAtt(attributeName *string) awscdk.Reference
	GetMetadata(key *string) interface{}
	Inspect(inspector awscdk.TreeInspector)
	OverrideLogicalId(newLogicalId *string)
	RenderProperties(props *map[string]interface{}) *map[string]interface{}
	ShouldSynthesize() *bool
	ToString() *string
	ValidateProperties(_properties interface{})
}

A CloudFormation `AWS::Detective::MemberInvitation`.

func NewCfnMemberInvitation

func NewCfnMemberInvitation(scope constructs.Construct, id *string, props *CfnMemberInvitationProps) CfnMemberInvitation

Create a new `AWS::Detective::MemberInvitation`.

type CfnMemberInvitationProps

type CfnMemberInvitationProps struct {
	// `AWS::Detective::MemberInvitation.GraphArn`.
	GraphArn *string `json:"graphArn"`
	// `AWS::Detective::MemberInvitation.MemberEmailAddress`.
	MemberEmailAddress *string `json:"memberEmailAddress"`
	// `AWS::Detective::MemberInvitation.MemberId`.
	MemberId *string `json:"memberId"`
	// `AWS::Detective::MemberInvitation.DisableEmailNotification`.
	DisableEmailNotification interface{} `json:"disableEmailNotification"`
	// `AWS::Detective::MemberInvitation.Message`.
	Message *string `json:"message"`
}

Properties for defining a `AWS::Detective::MemberInvitation`.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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