Show / Hide Table of Contents

Interface ICfnServiceActionMixinProps

Properties for CfnServiceActionPropsMixin.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ServiceCatalog
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface ICfnServiceActionMixinProps
Syntax (vb)
Public Interface ICfnServiceActionMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-serviceaction.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.ServiceCatalog;

             var cfnServiceActionMixinProps = new CfnServiceActionMixinProps {
                 AcceptLanguage = "acceptLanguage",
                 Definition = new [] { new DefinitionParameterProperty {
                     Key = "key",
                     Value = "value"
                 } },
                 DefinitionType = "definitionType",
                 Description = "description",
                 Name = "name"
             };

Synopsis

Properties

AcceptLanguage

The language code.

Definition

A map that defines the self-service action.

DefinitionType

The self-service action definition type.

Description

The self-service action description.

Name

The self-service action name.

Properties

AcceptLanguage

The language code.

string? AcceptLanguage { get; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-serviceaction.html#cfn-servicecatalog-serviceaction-acceptlanguage

    Definition

    A map that defines the self-service action.

    object? Definition { get; }
    Property Value

    object

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-serviceaction.html#cfn-servicecatalog-serviceaction-definition

    Type union: either IResolvable or (either IResolvable or CfnServiceActionPropsMixin.IDefinitionParameterProperty)[]

    DefinitionType

    The self-service action definition type.

    string? DefinitionType { get; }
    Property Value

    string

    Remarks

    For example, SSM_AUTOMATION .

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-serviceaction.html#cfn-servicecatalog-serviceaction-definitiontype

    Description

    The self-service action description.

    string? Description { get; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-serviceaction.html#cfn-servicecatalog-serviceaction-description

    Name

    The self-service action name.

    string? Name { get; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-serviceaction.html#cfn-servicecatalog-serviceaction-name

    Back to top Generated by DocFX