awsfms

package
v2.0.0-rc.9 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CfnNotificationChannel_CFN_RESOURCE_TYPE_NAME

func CfnNotificationChannel_CFN_RESOURCE_TYPE_NAME() *string

func CfnNotificationChannel_IsCfnElement

func CfnNotificationChannel_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 CfnNotificationChannel_IsCfnResource

func CfnNotificationChannel_IsCfnResource(construct constructs.IConstruct) *bool

Check whether the given construct is a CfnResource. Experimental.

func CfnNotificationChannel_IsConstruct

func CfnNotificationChannel_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 CfnPolicy_CFN_RESOURCE_TYPE_NAME

func CfnPolicy_CFN_RESOURCE_TYPE_NAME() *string

func CfnPolicy_IsCfnElement

func CfnPolicy_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 CfnPolicy_IsCfnResource

func CfnPolicy_IsCfnResource(construct constructs.IConstruct) *bool

Check whether the given construct is a CfnResource. Experimental.

func CfnPolicy_IsConstruct

func CfnPolicy_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 NewCfnNotificationChannel_Override

func NewCfnNotificationChannel_Override(c CfnNotificationChannel, scope constructs.Construct, id *string, props *CfnNotificationChannelProps)

Create a new `AWS::FMS::NotificationChannel`.

func NewCfnPolicy_Override

func NewCfnPolicy_Override(c CfnPolicy, scope constructs.Construct, id *string, props *CfnPolicyProps)

Create a new `AWS::FMS::Policy`.

Types

type CfnNotificationChannel

type CfnNotificationChannel interface {
	awscdk.CfnResource
	awscdk.IInspectable
	CfnOptions() awscdk.ICfnResourceOptions
	CfnProperties() *map[string]interface{}
	CfnResourceType() *string
	CreationStack() *[]*string
	LogicalId() *string
	Node() constructs.Node
	Ref() *string
	SnsRoleName() *string
	SetSnsRoleName(val *string)
	SnsTopicArn() *string
	SetSnsTopicArn(val *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::FMS::NotificationChannel`.

func NewCfnNotificationChannel

func NewCfnNotificationChannel(scope constructs.Construct, id *string, props *CfnNotificationChannelProps) CfnNotificationChannel

Create a new `AWS::FMS::NotificationChannel`.

type CfnNotificationChannelProps

type CfnNotificationChannelProps struct {
	// `AWS::FMS::NotificationChannel.SnsRoleName`.
	SnsRoleName *string `json:"snsRoleName"`
	// `AWS::FMS::NotificationChannel.SnsTopicArn`.
	SnsTopicArn *string `json:"snsTopicArn"`
}

Properties for defining a `AWS::FMS::NotificationChannel`.

type CfnPolicy

type CfnPolicy interface {
	awscdk.CfnResource
	awscdk.IInspectable
	AttrArn() *string
	AttrId() *string
	CfnOptions() awscdk.ICfnResourceOptions
	CfnProperties() *map[string]interface{}
	CfnResourceType() *string
	CreationStack() *[]*string
	DeleteAllPolicyResources() interface{}
	SetDeleteAllPolicyResources(val interface{})
	ExcludeMap() interface{}
	SetExcludeMap(val interface{})
	ExcludeResourceTags() interface{}
	SetExcludeResourceTags(val interface{})
	IncludeMap() interface{}
	SetIncludeMap(val interface{})
	LogicalId() *string
	Node() constructs.Node
	PolicyName() *string
	SetPolicyName(val *string)
	Ref() *string
	RemediationEnabled() interface{}
	SetRemediationEnabled(val interface{})
	ResourceTags() interface{}
	SetResourceTags(val interface{})
	ResourceType() *string
	SetResourceType(val *string)
	ResourceTypeList() *[]*string
	SetResourceTypeList(val *[]*string)
	SecurityServicePolicyData() interface{}
	SetSecurityServicePolicyData(val interface{})
	Stack() awscdk.Stack
	Tags() *[]*CfnPolicy_PolicyTagProperty
	SetTags(val *[]*CfnPolicy_PolicyTagProperty)
	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::FMS::Policy`.

func NewCfnPolicy

func NewCfnPolicy(scope constructs.Construct, id *string, props *CfnPolicyProps) CfnPolicy

Create a new `AWS::FMS::Policy`.

type CfnPolicyProps

type CfnPolicyProps struct {
	// `AWS::FMS::Policy.ExcludeResourceTags`.
	ExcludeResourceTags interface{} `json:"excludeResourceTags"`
	// `AWS::FMS::Policy.PolicyName`.
	PolicyName *string `json:"policyName"`
	// `AWS::FMS::Policy.RemediationEnabled`.
	RemediationEnabled interface{} `json:"remediationEnabled"`
	// `AWS::FMS::Policy.ResourceType`.
	ResourceType *string `json:"resourceType"`
	// `AWS::FMS::Policy.SecurityServicePolicyData`.
	SecurityServicePolicyData interface{} `json:"securityServicePolicyData"`
	// `AWS::FMS::Policy.DeleteAllPolicyResources`.
	DeleteAllPolicyResources interface{} `json:"deleteAllPolicyResources"`
	// `AWS::FMS::Policy.ExcludeMap`.
	ExcludeMap interface{} `json:"excludeMap"`
	// `AWS::FMS::Policy.IncludeMap`.
	IncludeMap interface{} `json:"includeMap"`
	// `AWS::FMS::Policy.ResourceTags`.
	ResourceTags interface{} `json:"resourceTags"`
	// `AWS::FMS::Policy.ResourceTypeList`.
	ResourceTypeList *[]*string `json:"resourceTypeList"`
	// `AWS::FMS::Policy.Tags`.
	Tags *[]*CfnPolicy_PolicyTagProperty `json:"tags"`
}

Properties for defining a `AWS::FMS::Policy`.

type CfnPolicy_IEMapProperty

type CfnPolicy_IEMapProperty interface {
	// `CfnPolicy.IEMapProperty.ACCOUNT`.
	Account() *[]*string
	// `CfnPolicy.IEMapProperty.ORGUNIT`.
	Orgunit() *[]*string
}

type CfnPolicy_PolicyTagProperty

type CfnPolicy_PolicyTagProperty struct {
	// `CfnPolicy.PolicyTagProperty.Key`.
	Key *string `json:"key"`
	// `CfnPolicy.PolicyTagProperty.Value`.
	Value *string `json:"value"`
}

type CfnPolicy_ResourceTagProperty

type CfnPolicy_ResourceTagProperty struct {
	// `CfnPolicy.ResourceTagProperty.Key`.
	Key *string `json:"key"`
	// `CfnPolicy.ResourceTagProperty.Value`.
	Value *string `json:"value"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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