Documentation
¶
Index ¶
- func CfnApplicationInstance_CFN_RESOURCE_TYPE_NAME() *string
- func CfnApplicationInstance_IsCfnElement(x interface{}) *bool
- func CfnApplicationInstance_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnApplicationInstance_IsConstruct(x interface{}) *bool
- func CfnPackageVersion_CFN_RESOURCE_TYPE_NAME() *string
- func CfnPackageVersion_IsCfnElement(x interface{}) *bool
- func CfnPackageVersion_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnPackageVersion_IsConstruct(x interface{}) *bool
- func CfnPackage_CFN_RESOURCE_TYPE_NAME() *string
- func CfnPackage_IsCfnElement(x interface{}) *bool
- func CfnPackage_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnPackage_IsConstruct(x interface{}) *bool
- func NewCfnApplicationInstance_Override(c CfnApplicationInstance, scope awscdk.Construct, id *string, ...)
- func NewCfnPackageVersion_Override(c CfnPackageVersion, scope awscdk.Construct, id *string, ...)
- func NewCfnPackage_Override(c CfnPackage, scope awscdk.Construct, id *string, props *CfnPackageProps)
- type CfnApplicationInstance
- type CfnApplicationInstanceProps
- type CfnApplicationInstance_ManifestOverridesPayloadProperty
- type CfnApplicationInstance_ManifestPayloadProperty
- type CfnPackage
- type CfnPackageProps
- type CfnPackageVersion
- type CfnPackageVersionProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CfnApplicationInstance_CFN_RESOURCE_TYPE_NAME ¶
func CfnApplicationInstance_CFN_RESOURCE_TYPE_NAME() *string
func CfnApplicationInstance_IsCfnElement ¶
func CfnApplicationInstance_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 CfnApplicationInstance_IsCfnResource ¶
func CfnApplicationInstance_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnApplicationInstance_IsConstruct ¶
func CfnApplicationInstance_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func CfnPackageVersion_CFN_RESOURCE_TYPE_NAME ¶
func CfnPackageVersion_CFN_RESOURCE_TYPE_NAME() *string
func CfnPackageVersion_IsCfnElement ¶
func CfnPackageVersion_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 CfnPackageVersion_IsCfnResource ¶
func CfnPackageVersion_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnPackageVersion_IsConstruct ¶
func CfnPackageVersion_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func CfnPackage_CFN_RESOURCE_TYPE_NAME ¶
func CfnPackage_CFN_RESOURCE_TYPE_NAME() *string
func CfnPackage_IsCfnElement ¶
func CfnPackage_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 CfnPackage_IsCfnResource ¶
func CfnPackage_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnPackage_IsConstruct ¶
func CfnPackage_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func NewCfnApplicationInstance_Override ¶
func NewCfnApplicationInstance_Override(c CfnApplicationInstance, scope awscdk.Construct, id *string, props *CfnApplicationInstanceProps)
Create a new `AWS::Panorama::ApplicationInstance`.
func NewCfnPackageVersion_Override ¶
func NewCfnPackageVersion_Override(c CfnPackageVersion, scope awscdk.Construct, id *string, props *CfnPackageVersionProps)
Create a new `AWS::Panorama::PackageVersion`.
func NewCfnPackage_Override ¶
func NewCfnPackage_Override(c CfnPackage, scope awscdk.Construct, id *string, props *CfnPackageProps)
Create a new `AWS::Panorama::Package`.
Types ¶
type CfnApplicationInstance ¶
type CfnApplicationInstance interface {
awscdk.CfnResource
awscdk.IInspectable
ApplicationInstanceIdToReplace() *string
SetApplicationInstanceIdToReplace(val *string)
AttrApplicationInstanceId() *string
AttrArn() *string
AttrCreatedTime() *float64
AttrDefaultRuntimeContextDeviceName() *string
AttrHealthStatus() *string
AttrLastUpdatedTime() *float64
AttrStatus() *string
AttrStatusDescription() *string
CfnOptions() awscdk.ICfnResourceOptions
CfnProperties() *map[string]interface{}
CfnResourceType() *string
CreationStack() *[]*string
DefaultRuntimeContextDevice() *string
SetDefaultRuntimeContextDevice(val *string)
Description() *string
SetDescription(val *string)
DeviceId() *string
SetDeviceId(val *string)
LogicalId() *string
ManifestOverridesPayload() interface{}
SetManifestOverridesPayload(val interface{})
ManifestPayload() interface{}
SetManifestPayload(val interface{})
Name() *string
SetName(val *string)
Node() awscdk.ConstructNode
Ref() *string
RuntimeRoleArn() *string
SetRuntimeRoleArn(val *string)
Stack() awscdk.Stack
StatusFilter() *string
SetStatusFilter(val *string)
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::Panorama::ApplicationInstance`.
func NewCfnApplicationInstance ¶
func NewCfnApplicationInstance(scope awscdk.Construct, id *string, props *CfnApplicationInstanceProps) CfnApplicationInstance
Create a new `AWS::Panorama::ApplicationInstance`.
type CfnApplicationInstanceProps ¶
type CfnApplicationInstanceProps struct {
// `AWS::Panorama::ApplicationInstance.DefaultRuntimeContextDevice`.
DefaultRuntimeContextDevice *string `json:"defaultRuntimeContextDevice"`
// `AWS::Panorama::ApplicationInstance.ManifestPayload`.
ManifestPayload interface{} `json:"manifestPayload"`
// `AWS::Panorama::ApplicationInstance.ApplicationInstanceIdToReplace`.
ApplicationInstanceIdToReplace *string `json:"applicationInstanceIdToReplace"`
// `AWS::Panorama::ApplicationInstance.Description`.
Description *string `json:"description"`
// `AWS::Panorama::ApplicationInstance.DeviceId`.
DeviceId *string `json:"deviceId"`
// `AWS::Panorama::ApplicationInstance.ManifestOverridesPayload`.
ManifestOverridesPayload interface{} `json:"manifestOverridesPayload"`
// `AWS::Panorama::ApplicationInstance.Name`.
Name *string `json:"name"`
// `AWS::Panorama::ApplicationInstance.RuntimeRoleArn`.
RuntimeRoleArn *string `json:"runtimeRoleArn"`
// `AWS::Panorama::ApplicationInstance.StatusFilter`.
StatusFilter *string `json:"statusFilter"`
// `AWS::Panorama::ApplicationInstance.Tags`.
Tags *[]*awscdk.CfnTag `json:"tags"`
}
Properties for defining a `AWS::Panorama::ApplicationInstance`.
type CfnApplicationInstance_ManifestOverridesPayloadProperty ¶
type CfnApplicationInstance_ManifestOverridesPayloadProperty struct {
// `CfnApplicationInstance.ManifestOverridesPayloadProperty.PayloadData`.
PayloadData *string `json:"payloadData"`
}
type CfnApplicationInstance_ManifestPayloadProperty ¶
type CfnApplicationInstance_ManifestPayloadProperty struct {
// `CfnApplicationInstance.ManifestPayloadProperty.PayloadData`.
PayloadData *string `json:"payloadData"`
}
type CfnPackage ¶
type CfnPackage interface {
awscdk.CfnResource
awscdk.IInspectable
AttrArn() *string
AttrCreatedTime() *float64
AttrPackageId() *string
CfnOptions() awscdk.ICfnResourceOptions
CfnProperties() *map[string]interface{}
CfnResourceType() *string
CreationStack() *[]*string
LogicalId() *string
Node() awscdk.ConstructNode
PackageName() *string
SetPackageName(val *string)
Ref() *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::Panorama::Package`.
func NewCfnPackage ¶
func NewCfnPackage(scope awscdk.Construct, id *string, props *CfnPackageProps) CfnPackage
Create a new `AWS::Panorama::Package`.
type CfnPackageProps ¶
type CfnPackageProps struct {
// `AWS::Panorama::Package.PackageName`.
PackageName *string `json:"packageName"`
// `AWS::Panorama::Package.Tags`.
Tags *[]*awscdk.CfnTag `json:"tags"`
}
Properties for defining a `AWS::Panorama::Package`.
type CfnPackageVersion ¶
type CfnPackageVersion interface {
awscdk.CfnResource
awscdk.IInspectable
AttrIsLatestPatch() awscdk.IResolvable
AttrPackageArn() *string
AttrPackageName() *string
AttrRegisteredTime() *float64
AttrStatus() *string
AttrStatusDescription() *string
CfnOptions() awscdk.ICfnResourceOptions
CfnProperties() *map[string]interface{}
CfnResourceType() *string
CreationStack() *[]*string
LogicalId() *string
MarkLatest() interface{}
SetMarkLatest(val interface{})
Node() awscdk.ConstructNode
OwnerAccount() *string
SetOwnerAccount(val *string)
PackageId() *string
SetPackageId(val *string)
PackageVersion() *string
SetPackageVersion(val *string)
PatchVersion() *string
SetPatchVersion(val *string)
Ref() *string
Stack() awscdk.Stack
UpdatedLatestPatchVersion() *string
SetUpdatedLatestPatchVersion(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::Panorama::PackageVersion`.
func NewCfnPackageVersion ¶
func NewCfnPackageVersion(scope awscdk.Construct, id *string, props *CfnPackageVersionProps) CfnPackageVersion
Create a new `AWS::Panorama::PackageVersion`.
type CfnPackageVersionProps ¶
type CfnPackageVersionProps struct {
// `AWS::Panorama::PackageVersion.PackageId`.
PackageId *string `json:"packageId"`
// `AWS::Panorama::PackageVersion.PackageVersion`.
PackageVersion *string `json:"packageVersion"`
// `AWS::Panorama::PackageVersion.PatchVersion`.
PatchVersion *string `json:"patchVersion"`
// `AWS::Panorama::PackageVersion.MarkLatest`.
MarkLatest interface{} `json:"markLatest"`
// `AWS::Panorama::PackageVersion.OwnerAccount`.
OwnerAccount *string `json:"ownerAccount"`
// `AWS::Panorama::PackageVersion.UpdatedLatestPatchVersion`.
UpdatedLatestPatchVersion *string `json:"updatedLatestPatchVersion"`
}
Properties for defining a `AWS::Panorama::PackageVersion`.