Liking cljdoc? Tell your friends :D

cdk.api.alexa.ask

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.alexa.ask package.

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

build-cfn-skill-authentication-configuration-property-builderclj

(build-cfn-skill-authentication-configuration-property-builder builder
                                                               id
                                                               config)

The build-cfn-skill-authentication-configuration-property-builder function updates a CfnSkill$AuthenticationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnSkill$AuthenticationConfigurationProperty$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
clientIdjava.lang.Stringcdk.support/lookup-entry:client-id
clientSecretjava.lang.Stringcdk.support/lookup-entry:client-secret
refreshTokenjava.lang.Stringcdk.support/lookup-entry:refresh-token
The build-cfn-skill-authentication-configuration-property-builder function updates a CfnSkill$AuthenticationConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnSkill$AuthenticationConfigurationProperty$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 |
|---|---|---|---|
| `clientId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-id` |
| `clientSecret` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-secret` |
| `refreshToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:refresh-token` |
sourceraw docstring

build-cfn-skill-builderclj

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

The build-cfn-skill-builder function updates a CfnSkill$Builder instance using the provided configuration. The function takes the CfnSkill$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
authenticationConfigurationsoftware.amazon.awscdk.alexa.ask.CfnSkill$AuthenticationConfigurationPropertycdk.support/lookup-entry:authentication-configuration
skillPackagesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:skill-package
vendorIdjava.lang.Stringcdk.support/lookup-entry:vendor-id
The build-cfn-skill-builder function updates a CfnSkill$Builder instance using the provided configuration.
  The function takes the CfnSkill$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 |
|---|---|---|---|
| `authenticationConfiguration` | software.amazon.awscdk.alexa.ask.CfnSkill$AuthenticationConfigurationProperty | [[cdk.support/lookup-entry]] | `:authentication-configuration` |
| `skillPackage` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:skill-package` |
| `vendorId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vendor-id` |
sourceraw docstring

build-cfn-skill-overrides-property-builderclj

(build-cfn-skill-overrides-property-builder builder id config)

The build-cfn-skill-overrides-property-builder function updates a CfnSkill$OverridesProperty$Builder instance using the provided configuration. The function takes the CfnSkill$OverridesProperty$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
manifestjava.lang.Objectcdk.support/lookup-entry:manifest
The build-cfn-skill-overrides-property-builder function updates a CfnSkill$OverridesProperty$Builder instance using the provided configuration.
  The function takes the CfnSkill$OverridesProperty$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 |
|---|---|---|---|
| `manifest` | java.lang.Object | [[cdk.support/lookup-entry]] | `:manifest` |
sourceraw docstring

build-cfn-skill-props-builderclj

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

The build-cfn-skill-props-builder function updates a CfnSkillProps$Builder instance using the provided configuration. The function takes the CfnSkillProps$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
authenticationConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:authentication-configuration
skillPackagesoftware.amazon.awscdk.alexa.ask.CfnSkill$SkillPackagePropertycdk.support/lookup-entry:skill-package
vendorIdjava.lang.Stringcdk.support/lookup-entry:vendor-id
The build-cfn-skill-props-builder function updates a CfnSkillProps$Builder instance using the provided configuration.
  The function takes the CfnSkillProps$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 |
|---|---|---|---|
| `authenticationConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:authentication-configuration` |
| `skillPackage` | software.amazon.awscdk.alexa.ask.CfnSkill$SkillPackageProperty | [[cdk.support/lookup-entry]] | `:skill-package` |
| `vendorId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vendor-id` |
sourceraw docstring

build-cfn-skill-skill-package-property-builderclj

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

The build-cfn-skill-skill-package-property-builder function updates a CfnSkill$SkillPackageProperty$Builder instance using the provided configuration. The function takes the CfnSkill$SkillPackageProperty$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
overridessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:overrides
s3Bucketjava.lang.Stringcdk.support/lookup-entry:s3-bucket
s3BucketRolejava.lang.Stringcdk.support/lookup-entry:s3-bucket-role
s3Keyjava.lang.Stringcdk.support/lookup-entry:s3-key
s3ObjectVersionjava.lang.Stringcdk.support/lookup-entry:s3-object-version
The build-cfn-skill-skill-package-property-builder function updates a CfnSkill$SkillPackageProperty$Builder instance using the provided configuration.
  The function takes the CfnSkill$SkillPackageProperty$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 |
|---|---|---|---|
| `overrides` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:overrides` |
| `s3Bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket` |
| `s3BucketRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket-role` |
| `s3Key` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-key` |
| `s3ObjectVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-object-version` |
sourceraw docstring

cfn-skill-authentication-configuration-property-builderclj

(cfn-skill-authentication-configuration-property-builder id config)

Creates a CfnSkill$AuthenticationConfigurationProperty$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  `CfnSkill$AuthenticationConfigurationProperty$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-skill-builderclj

(cfn-skill-builder scope id config)

Creates a CfnSkill$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  `CfnSkill$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-skill-overrides-property-builderclj

(cfn-skill-overrides-property-builder id config)

Creates a CfnSkill$OverridesProperty$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  `CfnSkill$OverridesProperty$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-skill-props-builderclj

(cfn-skill-props-builder id config)

Creates a CfnSkillProps$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  `CfnSkillProps$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-skill-skill-package-property-builderclj

(cfn-skill-skill-package-property-builder id config)

Creates a CfnSkill$SkillPackageProperty$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  `CfnSkill$SkillPackageProperty$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