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
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
Remarks
Definition
A map that defines the self-service action.
object? Definition { get; }
Property Value
Remarks
DefinitionType
The self-service action definition type.
string? DefinitionType { get; }
Property Value
Remarks
Description
The self-service action description.
string? Description { get; }
Property Value
Remarks
Name
The self-service action name.
string? Name { get; }