Liking cljdoc? Tell your friends :D

cdk.api.services.signer

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

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

build-cfn-profile-permission-builderclj

(build-cfn-profile-permission-builder builder id config)

The build-cfn-profile-permission-builder function updates a CfnProfilePermission$Builder instance using the provided configuration. The function takes the CfnProfilePermission$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
actionjava.lang.Stringcdk.support/lookup-entry:action
principaljava.lang.Stringcdk.support/lookup-entry:principal
profileNamejava.lang.Stringcdk.support/lookup-entry:profile-name
profileVersionjava.lang.Stringcdk.support/lookup-entry:profile-version
statementIdjava.lang.Stringcdk.support/lookup-entry:statement-id
The build-cfn-profile-permission-builder function updates a CfnProfilePermission$Builder instance using the provided configuration.
  The function takes the CfnProfilePermission$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 |
|---|---|---|---|
| `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` |
| `principal` | java.lang.String | [[cdk.support/lookup-entry]] | `:principal` |
| `profileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:profile-name` |
| `profileVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:profile-version` |
| `statementId` | java.lang.String | [[cdk.support/lookup-entry]] | `:statement-id` |
sourceraw docstring

build-cfn-profile-permission-props-builderclj

(build-cfn-profile-permission-props-builder builder id config)

The build-cfn-profile-permission-props-builder function updates a CfnProfilePermissionProps$Builder instance using the provided configuration. The function takes the CfnProfilePermissionProps$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
actionjava.lang.Stringcdk.support/lookup-entry:action
principaljava.lang.Stringcdk.support/lookup-entry:principal
profileNamejava.lang.Stringcdk.support/lookup-entry:profile-name
profileVersionjava.lang.Stringcdk.support/lookup-entry:profile-version
statementIdjava.lang.Stringcdk.support/lookup-entry:statement-id
The build-cfn-profile-permission-props-builder function updates a CfnProfilePermissionProps$Builder instance using the provided configuration.
  The function takes the CfnProfilePermissionProps$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 |
|---|---|---|---|
| `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` |
| `principal` | java.lang.String | [[cdk.support/lookup-entry]] | `:principal` |
| `profileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:profile-name` |
| `profileVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:profile-version` |
| `statementId` | java.lang.String | [[cdk.support/lookup-entry]] | `:statement-id` |
sourceraw docstring

build-cfn-signing-profile-builderclj

(build-cfn-signing-profile-builder builder id config)

The build-cfn-signing-profile-builder function updates a CfnSigningProfile$Builder instance using the provided configuration. The function takes the CfnSigningProfile$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
platformIdjava.lang.Stringcdk.support/lookup-entry:platform-id
signatureValidityPeriodsoftware.amazon.awscdk.services.signer.CfnSigningProfile$SignatureValidityPeriodPropertycdk.support/lookup-entry:signature-validity-period
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-signing-profile-builder function updates a CfnSigningProfile$Builder instance using the provided configuration.
  The function takes the CfnSigningProfile$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 |
|---|---|---|---|
| `platformId` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform-id` |
| `signatureValidityPeriod` | software.amazon.awscdk.services.signer.CfnSigningProfile$SignatureValidityPeriodProperty | [[cdk.support/lookup-entry]] | `:signature-validity-period` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-signing-profile-props-builderclj

(build-cfn-signing-profile-props-builder builder id config)

The build-cfn-signing-profile-props-builder function updates a CfnSigningProfileProps$Builder instance using the provided configuration. The function takes the CfnSigningProfileProps$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
platformIdjava.lang.Stringcdk.support/lookup-entry:platform-id
signatureValidityPeriodsoftware.amazon.awscdk.services.signer.CfnSigningProfile$SignatureValidityPeriodPropertycdk.support/lookup-entry:signature-validity-period
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-signing-profile-props-builder function updates a CfnSigningProfileProps$Builder instance using the provided configuration.
  The function takes the CfnSigningProfileProps$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 |
|---|---|---|---|
| `platformId` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform-id` |
| `signatureValidityPeriod` | software.amazon.awscdk.services.signer.CfnSigningProfile$SignatureValidityPeriodProperty | [[cdk.support/lookup-entry]] | `:signature-validity-period` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-signing-profile-signature-validity-period-property-builderclj

(build-cfn-signing-profile-signature-validity-period-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-signing-profile-signature-validity-period-property-builder function updates a CfnSigningProfile$SignatureValidityPeriodProperty$Builder instance using the provided configuration. The function takes the CfnSigningProfile$SignatureValidityPeriodProperty$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
typejava.lang.Stringcdk.support/lookup-entry:type
valuejava.lang.Numbercdk.support/lookup-entry:value
The build-cfn-signing-profile-signature-validity-period-property-builder function updates a CfnSigningProfile$SignatureValidityPeriodProperty$Builder instance using the provided configuration.
  The function takes the CfnSigningProfile$SignatureValidityPeriodProperty$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 |
|---|---|---|---|
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `value` | java.lang.Number | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-signing-profile-attributes-builderclj

(build-signing-profile-attributes-builder builder id config)

The build-signing-profile-attributes-builder function updates a SigningProfileAttributes$Builder instance using the provided configuration. The function takes the SigningProfileAttributes$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
signingProfileNamejava.lang.Stringcdk.support/lookup-entry:signing-profile-name
signingProfileVersionjava.lang.Stringcdk.support/lookup-entry:signing-profile-version
The build-signing-profile-attributes-builder function updates a SigningProfileAttributes$Builder instance using the provided configuration.
  The function takes the SigningProfileAttributes$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 |
|---|---|---|---|
| `signingProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:signing-profile-name` |
| `signingProfileVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:signing-profile-version` |
sourceraw docstring

build-signing-profile-builderclj

(build-signing-profile-builder builder id config)

The build-signing-profile-builder function updates a SigningProfile$Builder instance using the provided configuration. The function takes the SigningProfile$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
platformsoftware.amazon.awscdk.services.signer.Platformcdk.support/lookup-entry:platform
signatureValiditysoftware.amazon.awscdk.Durationcdk.support/lookup-entry:signature-validity
signingProfileNamejava.lang.Stringcdk.support/lookup-entry:signing-profile-name
The build-signing-profile-builder function updates a SigningProfile$Builder instance using the provided configuration.
  The function takes the SigningProfile$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 |
|---|---|---|---|
| `platform` | software.amazon.awscdk.services.signer.Platform | [[cdk.support/lookup-entry]] | `:platform` |
| `signatureValidity` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:signature-validity` |
| `signingProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:signing-profile-name` |
sourceraw docstring

build-signing-profile-props-builderclj

(build-signing-profile-props-builder builder id config)

The build-signing-profile-props-builder function updates a SigningProfileProps$Builder instance using the provided configuration. The function takes the SigningProfileProps$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
platformsoftware.amazon.awscdk.services.signer.Platformcdk.support/lookup-entry:platform
signatureValiditysoftware.amazon.awscdk.Durationcdk.support/lookup-entry:signature-validity
signingProfileNamejava.lang.Stringcdk.support/lookup-entry:signing-profile-name
The build-signing-profile-props-builder function updates a SigningProfileProps$Builder instance using the provided configuration.
  The function takes the SigningProfileProps$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 |
|---|---|---|---|
| `platform` | software.amazon.awscdk.services.signer.Platform | [[cdk.support/lookup-entry]] | `:platform` |
| `signatureValidity` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:signature-validity` |
| `signingProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:signing-profile-name` |
sourceraw docstring

cfn-profile-permission-builderclj

(cfn-profile-permission-builder scope id config)

Creates a CfnProfilePermission$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  `CfnProfilePermission$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-profile-permission-props-builderclj

(cfn-profile-permission-props-builder id config)

Creates a CfnProfilePermissionProps$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  `CfnProfilePermissionProps$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-signing-profile-builderclj

(cfn-signing-profile-builder scope id config)

Creates a CfnSigningProfile$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  `CfnSigningProfile$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-signing-profile-props-builderclj

(cfn-signing-profile-props-builder id config)

Creates a CfnSigningProfileProps$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  `CfnSigningProfileProps$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-signing-profile-signature-validity-period-property-builderclj

(cfn-signing-profile-signature-validity-period-property-builder id config)

Creates a CfnSigningProfile$SignatureValidityPeriodProperty$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  `CfnSigningProfile$SignatureValidityPeriodProperty$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

signing-profile-attributes-builderclj

(signing-profile-attributes-builder id config)

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

signing-profile-builderclj

(signing-profile-builder scope id config)

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

signing-profile-props-builderclj

(signing-profile-props-builder id config)

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