@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:28:57.724Z")
public interface CfnOIDCProviderProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iam.*; CfnOIDCProviderProps cfnOIDCProviderProps = CfnOIDCProviderProps.builder() .thumbprintList(List.of("thumbprintList")) // the properties below are optional .clientIdList(List.of("clientIdList")) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .url("url") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnOIDCProviderProps.Builder
A builder for
CfnOIDCProviderProps |
static class |
CfnOIDCProviderProps.Jsii$Proxy
An implementation for
CfnOIDCProviderProps |
Modifier and Type | Method and Description |
---|---|
static CfnOIDCProviderProps.Builder |
builder() |
default java.util.List<java.lang.String> |
getClientIdList()
A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object.
|
default java.util.List<CfnTag> |
getTags()
A list of tags that are attached to the specified IAM OIDC provider.
|
java.util.List<java.lang.String> |
getThumbprintList()
A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object.
|
default java.lang.String |
getUrl()
The URL that the IAM OIDC provider resource object is associated with.
|
java.util.List<java.lang.String> getThumbprintList()
For more information, see CreateOpenIDConnectProvider .
default java.util.List<java.lang.String> getClientIdList()
For more information, see CreateOpenIDConnectProvider .
default java.util.List<CfnTag> getTags()
The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide .
default java.lang.String getUrl()
For more information, see CreateOpenIDConnectProvider .
static CfnOIDCProviderProps.Builder builder()
CfnOIDCProviderProps.Builder
of CfnOIDCProviderProps