awseventschemas

package
v1.124.0-devpreview Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CfnDiscoverer_CFN_RESOURCE_TYPE_NAME

func CfnDiscoverer_CFN_RESOURCE_TYPE_NAME() *string

func CfnDiscoverer_IsCfnElement

func CfnDiscoverer_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 CfnDiscoverer_IsCfnResource

func CfnDiscoverer_IsCfnResource(construct constructs.IConstruct) *bool

Check whether the given construct is a CfnResource. Experimental.

func CfnDiscoverer_IsConstruct

func CfnDiscoverer_IsConstruct(x interface{}) *bool

Return whether the given object is a Construct. Experimental.

func CfnRegistryPolicy_CFN_RESOURCE_TYPE_NAME

func CfnRegistryPolicy_CFN_RESOURCE_TYPE_NAME() *string

func CfnRegistryPolicy_IsCfnElement

func CfnRegistryPolicy_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 CfnRegistryPolicy_IsCfnResource

func CfnRegistryPolicy_IsCfnResource(construct constructs.IConstruct) *bool

Check whether the given construct is a CfnResource. Experimental.

func CfnRegistryPolicy_IsConstruct

func CfnRegistryPolicy_IsConstruct(x interface{}) *bool

Return whether the given object is a Construct. Experimental.

func CfnRegistry_CFN_RESOURCE_TYPE_NAME

func CfnRegistry_CFN_RESOURCE_TYPE_NAME() *string

func CfnRegistry_IsCfnElement

func CfnRegistry_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 CfnRegistry_IsCfnResource

func CfnRegistry_IsCfnResource(construct constructs.IConstruct) *bool

Check whether the given construct is a CfnResource. Experimental.

func CfnRegistry_IsConstruct

func CfnRegistry_IsConstruct(x interface{}) *bool

Return whether the given object is a Construct. Experimental.

func CfnSchema_CFN_RESOURCE_TYPE_NAME

func CfnSchema_CFN_RESOURCE_TYPE_NAME() *string

func CfnSchema_IsCfnElement

func CfnSchema_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 CfnSchema_IsCfnResource

func CfnSchema_IsCfnResource(construct constructs.IConstruct) *bool

Check whether the given construct is a CfnResource. Experimental.

func CfnSchema_IsConstruct

func CfnSchema_IsConstruct(x interface{}) *bool

Return whether the given object is a Construct. Experimental.

func NewCfnDiscoverer_Override

func NewCfnDiscoverer_Override(c CfnDiscoverer, scope awscdk.Construct, id *string, props *CfnDiscovererProps)

Create a new `AWS::EventSchemas::Discoverer`.

func NewCfnRegistryPolicy_Override

func NewCfnRegistryPolicy_Override(c CfnRegistryPolicy, scope awscdk.Construct, id *string, props *CfnRegistryPolicyProps)

Create a new `AWS::EventSchemas::RegistryPolicy`.

func NewCfnRegistry_Override

func NewCfnRegistry_Override(c CfnRegistry, scope awscdk.Construct, id *string, props *CfnRegistryProps)

Create a new `AWS::EventSchemas::Registry`.

func NewCfnSchema_Override

func NewCfnSchema_Override(c CfnSchema, scope awscdk.Construct, id *string, props *CfnSchemaProps)

Create a new `AWS::EventSchemas::Schema`.

Types

type CfnDiscoverer

type CfnDiscoverer interface {
	awscdk.CfnResource
	awscdk.IInspectable
	AttrCrossAccount() awscdk.IResolvable
	AttrDiscovererArn() *string
	AttrDiscovererId() *string
	CfnOptions() awscdk.ICfnResourceOptions
	CfnProperties() *map[string]interface{}
	CfnResourceType() *string
	CreationStack() *[]*string
	CrossAccount() interface{}
	SetCrossAccount(val interface{})
	Description() *string
	SetDescription(val *string)
	LogicalId() *string
	Node() awscdk.ConstructNode
	Ref() *string
	SourceArn() *string
	SetSourceArn(val *string)
	Stack() awscdk.Stack
	Tags() awscdk.TagManager
	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)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	OverrideLogicalId(newLogicalId *string)
	Prepare()
	RenderProperties(props *map[string]interface{}) *map[string]interface{}
	ShouldSynthesize() *bool
	Synthesize(session awscdk.ISynthesisSession)
	ToString() *string
	Validate() *[]*string
	ValidateProperties(_properties interface{})
}

A CloudFormation `AWS::EventSchemas::Discoverer`.

func NewCfnDiscoverer

func NewCfnDiscoverer(scope awscdk.Construct, id *string, props *CfnDiscovererProps) CfnDiscoverer

Create a new `AWS::EventSchemas::Discoverer`.

type CfnDiscovererProps

type CfnDiscovererProps struct {
	// `AWS::EventSchemas::Discoverer.SourceArn`.
	SourceArn *string `json:"sourceArn"`
	// `AWS::EventSchemas::Discoverer.CrossAccount`.
	CrossAccount interface{} `json:"crossAccount"`
	// `AWS::EventSchemas::Discoverer.Description`.
	Description *string `json:"description"`
	// `AWS::EventSchemas::Discoverer.Tags`.
	Tags *[]*CfnDiscoverer_TagsEntryProperty `json:"tags"`
}

Properties for defining a `AWS::EventSchemas::Discoverer`.

type CfnDiscoverer_TagsEntryProperty

type CfnDiscoverer_TagsEntryProperty struct {
	// `CfnDiscoverer.TagsEntryProperty.Key`.
	Key *string `json:"key"`
	// `CfnDiscoverer.TagsEntryProperty.Value`.
	Value *string `json:"value"`
}

type CfnRegistry

type CfnRegistry interface {
	awscdk.CfnResource
	awscdk.IInspectable
	AttrRegistryArn() *string
	AttrRegistryName() *string
	CfnOptions() awscdk.ICfnResourceOptions
	CfnProperties() *map[string]interface{}
	CfnResourceType() *string
	CreationStack() *[]*string
	Description() *string
	SetDescription(val *string)
	LogicalId() *string
	Node() awscdk.ConstructNode
	Ref() *string
	RegistryName() *string
	SetRegistryName(val *string)
	Stack() awscdk.Stack
	Tags() awscdk.TagManager
	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)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	OverrideLogicalId(newLogicalId *string)
	Prepare()
	RenderProperties(props *map[string]interface{}) *map[string]interface{}
	ShouldSynthesize() *bool
	Synthesize(session awscdk.ISynthesisSession)
	ToString() *string
	Validate() *[]*string
	ValidateProperties(_properties interface{})
}

A CloudFormation `AWS::EventSchemas::Registry`.

func NewCfnRegistry

func NewCfnRegistry(scope awscdk.Construct, id *string, props *CfnRegistryProps) CfnRegistry

Create a new `AWS::EventSchemas::Registry`.

type CfnRegistryPolicy

type CfnRegistryPolicy interface {
	awscdk.CfnResource
	awscdk.IInspectable
	AttrId() *string
	CfnOptions() awscdk.ICfnResourceOptions
	CfnProperties() *map[string]interface{}
	CfnResourceType() *string
	CreationStack() *[]*string
	LogicalId() *string
	Node() awscdk.ConstructNode
	Policy() interface{}
	SetPolicy(val interface{})
	Ref() *string
	RegistryName() *string
	SetRegistryName(val *string)
	RevisionId() *string
	SetRevisionId(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)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	OverrideLogicalId(newLogicalId *string)
	Prepare()
	RenderProperties(props *map[string]interface{}) *map[string]interface{}
	ShouldSynthesize() *bool
	Synthesize(session awscdk.ISynthesisSession)
	ToString() *string
	Validate() *[]*string
	ValidateProperties(_properties interface{})
}

A CloudFormation `AWS::EventSchemas::RegistryPolicy`.

func NewCfnRegistryPolicy

func NewCfnRegistryPolicy(scope awscdk.Construct, id *string, props *CfnRegistryPolicyProps) CfnRegistryPolicy

Create a new `AWS::EventSchemas::RegistryPolicy`.

type CfnRegistryPolicyProps

type CfnRegistryPolicyProps struct {
	// `AWS::EventSchemas::RegistryPolicy.Policy`.
	Policy interface{} `json:"policy"`
	// `AWS::EventSchemas::RegistryPolicy.RegistryName`.
	RegistryName *string `json:"registryName"`
	// `AWS::EventSchemas::RegistryPolicy.RevisionId`.
	RevisionId *string `json:"revisionId"`
}

Properties for defining a `AWS::EventSchemas::RegistryPolicy`.

type CfnRegistryProps

type CfnRegistryProps struct {
	// `AWS::EventSchemas::Registry.Description`.
	Description *string `json:"description"`
	// `AWS::EventSchemas::Registry.RegistryName`.
	RegistryName *string `json:"registryName"`
	// `AWS::EventSchemas::Registry.Tags`.
	Tags *[]*CfnRegistry_TagsEntryProperty `json:"tags"`
}

Properties for defining a `AWS::EventSchemas::Registry`.

type CfnRegistry_TagsEntryProperty

type CfnRegistry_TagsEntryProperty struct {
	// `CfnRegistry.TagsEntryProperty.Key`.
	Key *string `json:"key"`
	// `CfnRegistry.TagsEntryProperty.Value`.
	Value *string `json:"value"`
}

type CfnSchema

type CfnSchema interface {
	awscdk.CfnResource
	awscdk.IInspectable
	AttrSchemaArn() *string
	AttrSchemaName() *string
	AttrSchemaVersion() *string
	CfnOptions() awscdk.ICfnResourceOptions
	CfnProperties() *map[string]interface{}
	CfnResourceType() *string
	Content() *string
	SetContent(val *string)
	CreationStack() *[]*string
	Description() *string
	SetDescription(val *string)
	LogicalId() *string
	Node() awscdk.ConstructNode
	Ref() *string
	RegistryName() *string
	SetRegistryName(val *string)
	SchemaName() *string
	SetSchemaName(val *string)
	Stack() awscdk.Stack
	Tags() awscdk.TagManager
	Type() *string
	SetType(val *string)
	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)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	OverrideLogicalId(newLogicalId *string)
	Prepare()
	RenderProperties(props *map[string]interface{}) *map[string]interface{}
	ShouldSynthesize() *bool
	Synthesize(session awscdk.ISynthesisSession)
	ToString() *string
	Validate() *[]*string
	ValidateProperties(_properties interface{})
}

A CloudFormation `AWS::EventSchemas::Schema`.

func NewCfnSchema

func NewCfnSchema(scope awscdk.Construct, id *string, props *CfnSchemaProps) CfnSchema

Create a new `AWS::EventSchemas::Schema`.

type CfnSchemaProps

type CfnSchemaProps struct {
	// `AWS::EventSchemas::Schema.Content`.
	Content *string `json:"content"`
	// `AWS::EventSchemas::Schema.RegistryName`.
	RegistryName *string `json:"registryName"`
	// `AWS::EventSchemas::Schema.Type`.
	Type *string `json:"type"`
	// `AWS::EventSchemas::Schema.Description`.
	Description *string `json:"description"`
	// `AWS::EventSchemas::Schema.SchemaName`.
	SchemaName *string `json:"schemaName"`
	// `AWS::EventSchemas::Schema.Tags`.
	Tags *[]*CfnSchema_TagsEntryProperty `json:"tags"`
}

Properties for defining a `AWS::EventSchemas::Schema`.

type CfnSchema_TagsEntryProperty

type CfnSchema_TagsEntryProperty struct {
	// `CfnSchema.TagsEntryProperty.Key`.
	Key *string `json:"key"`
	// `CfnSchema.TagsEntryProperty.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