Interface CfnGroupProfileMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGroupProfileMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:57.954Z")
@Stability(Stable)
public interface CfnGroupProfileMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnGroupProfilePropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.datazone.*;
CfnGroupProfileMixinProps cfnGroupProfileMixinProps = CfnGroupProfileMixinProps.builder()
.domainIdentifier("domainIdentifier")
.groupIdentifier("groupIdentifier")
.status("status")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGroupProfileMixinPropsstatic final classAn implementation forCfnGroupProfileMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDomainIdentifier
The identifier of the Amazon DataZone domain in which a group profile exists.- See Also:
-
getGroupIdentifier
The ID of the group of a project member.- See Also:
-
getStatus
The status of a group profile.- See Also:
-
builder
- Returns:
- a
CfnGroupProfileMixinProps.BuilderofCfnGroupProfileMixinProps
-