Liking cljdoc? Tell your friends :D

cdk.api.services.panorama

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.panorama package.

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.panorama package. 
raw docstring

build-cfn-application-instance-builderclj

(build-cfn-application-instance-builder builder id config)

The build-cfn-application-instance-builder function updates a CfnApplicationInstance$Builder instance using the provided configuration. The function takes the CfnApplicationInstance$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
applicationInstanceIdToReplacejava.lang.Stringcdk.support/lookup-entry:application-instance-id-to-replace
defaultRuntimeContextDevicejava.lang.Stringcdk.support/lookup-entry:default-runtime-context-device
descriptionjava.lang.Stringcdk.support/lookup-entry:description
manifestOverridesPayloadsoftware.amazon.awscdk.services.panorama.CfnApplicationInstance$ManifestOverridesPayloadPropertycdk.support/lookup-entry:manifest-overrides-payload
manifestPayloadsoftware.amazon.awscdk.services.panorama.CfnApplicationInstance$ManifestPayloadPropertycdk.support/lookup-entry:manifest-payload
namejava.lang.Stringcdk.support/lookup-entry:name
runtimeRoleArnjava.lang.Stringcdk.support/lookup-entry:runtime-role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-application-instance-builder function updates a CfnApplicationInstance$Builder instance using the provided configuration.
  The function takes the CfnApplicationInstance$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `applicationInstanceIdToReplace` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-instance-id-to-replace` |
| `defaultRuntimeContextDevice` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-runtime-context-device` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `manifestOverridesPayload` | software.amazon.awscdk.services.panorama.CfnApplicationInstance$ManifestOverridesPayloadProperty | [[cdk.support/lookup-entry]] | `:manifest-overrides-payload` |
| `manifestPayload` | software.amazon.awscdk.services.panorama.CfnApplicationInstance$ManifestPayloadProperty | [[cdk.support/lookup-entry]] | `:manifest-payload` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `runtimeRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:runtime-role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-application-instance-manifest-overrides-payload-property-builderclj

(build-cfn-application-instance-manifest-overrides-payload-property-builder
  builder
  id
  config)

The build-cfn-application-instance-manifest-overrides-payload-property-builder function updates a CfnApplicationInstance$ManifestOverridesPayloadProperty$Builder instance using the provided configuration. The function takes the CfnApplicationInstance$ManifestOverridesPayloadProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
payloadDatajava.lang.Stringcdk.support/lookup-entry:payload-data
The build-cfn-application-instance-manifest-overrides-payload-property-builder function updates a CfnApplicationInstance$ManifestOverridesPayloadProperty$Builder instance using the provided configuration.
  The function takes the CfnApplicationInstance$ManifestOverridesPayloadProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `payloadData` | java.lang.String | [[cdk.support/lookup-entry]] | `:payload-data` |
sourceraw docstring

build-cfn-application-instance-manifest-payload-property-builderclj

(build-cfn-application-instance-manifest-payload-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-application-instance-manifest-payload-property-builder function updates a CfnApplicationInstance$ManifestPayloadProperty$Builder instance using the provided configuration. The function takes the CfnApplicationInstance$ManifestPayloadProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
payloadDatajava.lang.Stringcdk.support/lookup-entry:payload-data
The build-cfn-application-instance-manifest-payload-property-builder function updates a CfnApplicationInstance$ManifestPayloadProperty$Builder instance using the provided configuration.
  The function takes the CfnApplicationInstance$ManifestPayloadProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `payloadData` | java.lang.String | [[cdk.support/lookup-entry]] | `:payload-data` |
sourceraw docstring

build-cfn-application-instance-props-builderclj

(build-cfn-application-instance-props-builder builder id config)

The build-cfn-application-instance-props-builder function updates a CfnApplicationInstanceProps$Builder instance using the provided configuration. The function takes the CfnApplicationInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
applicationInstanceIdToReplacejava.lang.Stringcdk.support/lookup-entry:application-instance-id-to-replace
defaultRuntimeContextDevicejava.lang.Stringcdk.support/lookup-entry:default-runtime-context-device
descriptionjava.lang.Stringcdk.support/lookup-entry:description
manifestOverridesPayloadsoftware.amazon.awscdk.services.panorama.CfnApplicationInstance$ManifestOverridesPayloadPropertycdk.support/lookup-entry:manifest-overrides-payload
manifestPayloadsoftware.amazon.awscdk.services.panorama.CfnApplicationInstance$ManifestPayloadPropertycdk.support/lookup-entry:manifest-payload
namejava.lang.Stringcdk.support/lookup-entry:name
runtimeRoleArnjava.lang.Stringcdk.support/lookup-entry:runtime-role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-application-instance-props-builder function updates a CfnApplicationInstanceProps$Builder instance using the provided configuration.
  The function takes the CfnApplicationInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `applicationInstanceIdToReplace` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-instance-id-to-replace` |
| `defaultRuntimeContextDevice` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-runtime-context-device` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `manifestOverridesPayload` | software.amazon.awscdk.services.panorama.CfnApplicationInstance$ManifestOverridesPayloadProperty | [[cdk.support/lookup-entry]] | `:manifest-overrides-payload` |
| `manifestPayload` | software.amazon.awscdk.services.panorama.CfnApplicationInstance$ManifestPayloadProperty | [[cdk.support/lookup-entry]] | `:manifest-payload` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `runtimeRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:runtime-role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-package-builderclj

(build-cfn-package-builder builder id config)

The build-cfn-package-builder function updates a CfnPackage$Builder instance using the provided configuration. The function takes the CfnPackage$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
packageNamejava.lang.Stringcdk.support/lookup-entry:package-name
storageLocationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:storage-location
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-package-builder function updates a CfnPackage$Builder instance using the provided configuration.
  The function takes the CfnPackage$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `packageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:package-name` |
| `storageLocation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:storage-location` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-package-props-builderclj

(build-cfn-package-props-builder builder id config)

The build-cfn-package-props-builder function updates a CfnPackageProps$Builder instance using the provided configuration. The function takes the CfnPackageProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
packageNamejava.lang.Stringcdk.support/lookup-entry:package-name
storageLocationsoftware.amazon.awscdk.services.panorama.CfnPackage$StorageLocationPropertycdk.support/lookup-entry:storage-location
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-package-props-builder function updates a CfnPackageProps$Builder instance using the provided configuration.
  The function takes the CfnPackageProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `packageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:package-name` |
| `storageLocation` | software.amazon.awscdk.services.panorama.CfnPackage$StorageLocationProperty | [[cdk.support/lookup-entry]] | `:storage-location` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-package-storage-location-property-builderclj

(build-cfn-package-storage-location-property-builder builder id config)

The build-cfn-package-storage-location-property-builder function updates a CfnPackage$StorageLocationProperty$Builder instance using the provided configuration. The function takes the CfnPackage$StorageLocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
binaryPrefixLocationjava.lang.Stringcdk.support/lookup-entry:binary-prefix-location
bucketjava.lang.Stringcdk.support/lookup-entry:bucket
generatedPrefixLocationjava.lang.Stringcdk.support/lookup-entry:generated-prefix-location
manifestPrefixLocationjava.lang.Stringcdk.support/lookup-entry:manifest-prefix-location
repoPrefixLocationjava.lang.Stringcdk.support/lookup-entry:repo-prefix-location
The build-cfn-package-storage-location-property-builder function updates a CfnPackage$StorageLocationProperty$Builder instance using the provided configuration.
  The function takes the CfnPackage$StorageLocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `binaryPrefixLocation` | java.lang.String | [[cdk.support/lookup-entry]] | `:binary-prefix-location` |
| `bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket` |
| `generatedPrefixLocation` | java.lang.String | [[cdk.support/lookup-entry]] | `:generated-prefix-location` |
| `manifestPrefixLocation` | java.lang.String | [[cdk.support/lookup-entry]] | `:manifest-prefix-location` |
| `repoPrefixLocation` | java.lang.String | [[cdk.support/lookup-entry]] | `:repo-prefix-location` |
sourceraw docstring

build-cfn-package-version-builderclj

(build-cfn-package-version-builder builder id config)

The build-cfn-package-version-builder function updates a CfnPackageVersion$Builder instance using the provided configuration. The function takes the CfnPackageVersion$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
markLatestsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:mark-latest
ownerAccountjava.lang.Stringcdk.support/lookup-entry:owner-account
packageIdjava.lang.Stringcdk.support/lookup-entry:package-id
packageVersionjava.lang.Stringcdk.support/lookup-entry:package-version
patchVersionjava.lang.Stringcdk.support/lookup-entry:patch-version
updatedLatestPatchVersionjava.lang.Stringcdk.support/lookup-entry:updated-latest-patch-version
The build-cfn-package-version-builder function updates a CfnPackageVersion$Builder instance using the provided configuration.
  The function takes the CfnPackageVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `markLatest` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:mark-latest` |
| `ownerAccount` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner-account` |
| `packageId` | java.lang.String | [[cdk.support/lookup-entry]] | `:package-id` |
| `packageVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:package-version` |
| `patchVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:patch-version` |
| `updatedLatestPatchVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:updated-latest-patch-version` |
sourceraw docstring

build-cfn-package-version-props-builderclj

(build-cfn-package-version-props-builder builder id config)

The build-cfn-package-version-props-builder function updates a CfnPackageVersionProps$Builder instance using the provided configuration. The function takes the CfnPackageVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
markLatestsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:mark-latest
ownerAccountjava.lang.Stringcdk.support/lookup-entry:owner-account
packageIdjava.lang.Stringcdk.support/lookup-entry:package-id
packageVersionjava.lang.Stringcdk.support/lookup-entry:package-version
patchVersionjava.lang.Stringcdk.support/lookup-entry:patch-version
updatedLatestPatchVersionjava.lang.Stringcdk.support/lookup-entry:updated-latest-patch-version
The build-cfn-package-version-props-builder function updates a CfnPackageVersionProps$Builder instance using the provided configuration.
  The function takes the CfnPackageVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `markLatest` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:mark-latest` |
| `ownerAccount` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner-account` |
| `packageId` | java.lang.String | [[cdk.support/lookup-entry]] | `:package-id` |
| `packageVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:package-version` |
| `patchVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:patch-version` |
| `updatedLatestPatchVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:updated-latest-patch-version` |
sourceraw docstring

cfn-application-instance-builderclj

(cfn-application-instance-builder scope id config)

Creates a CfnApplicationInstance$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnApplicationInstance$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-application-instance-manifest-overrides-payload-property-builderclj

(cfn-application-instance-manifest-overrides-payload-property-builder id config)

Creates a CfnApplicationInstance$ManifestOverridesPayloadProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplicationInstance$ManifestOverridesPayloadProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-application-instance-manifest-payload-property-builderclj

(cfn-application-instance-manifest-payload-property-builder id config)

Creates a CfnApplicationInstance$ManifestPayloadProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplicationInstance$ManifestPayloadProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-application-instance-props-builderclj

(cfn-application-instance-props-builder id config)

Creates a CfnApplicationInstanceProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplicationInstanceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-package-builderclj

(cfn-package-builder scope id config)

Creates a CfnPackage$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnPackage$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-package-props-builderclj

(cfn-package-props-builder id config)

Creates a CfnPackageProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnPackageProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-package-storage-location-property-builderclj

(cfn-package-storage-location-property-builder id config)

Creates a CfnPackage$StorageLocationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnPackage$StorageLocationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-package-version-builderclj

(cfn-package-version-builder scope id config)

Creates a CfnPackageVersion$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnPackageVersion$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-package-version-props-builderclj

(cfn-package-version-props-builder id config)

Creates a CfnPackageVersionProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnPackageVersionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close