@Stability(value=Stable)
public static interface CfnWorkteam.OidcMemberDefinitionProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sagemaker.*;
OidcMemberDefinitionProperty oidcMemberDefinitionProperty = OidcMemberDefinitionProperty.builder()
.oidcGroups(List.of("oidcGroups"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWorkteam.OidcMemberDefinitionProperty.Builder
A builder for
CfnWorkteam.OidcMemberDefinitionProperty |
static class |
CfnWorkteam.OidcMemberDefinitionProperty.Jsii$Proxy
An implementation for
CfnWorkteam.OidcMemberDefinitionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnWorkteam.OidcMemberDefinitionProperty.Builder |
builder() |
List<String> |
getOidcGroups()
`CfnWorkteam.OidcMemberDefinitionProperty.OidcGroups`.
|
@Stability(value=Stable) @NotNull List<String> getOidcGroups()
@Stability(value=Stable) static CfnWorkteam.OidcMemberDefinitionProperty.Builder builder()
Copyright © 2022. All rights reserved.