- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`account_id
Type: STRING
configuration
Type: STRUCT
Provider name: configuration
Description: Contains configuration information about an identity source.
cognito_user_pool_configuration
STRUCT
cognitoUserPoolConfiguration
“configuration”:{“cognitoUserPoolConfiguration”:{“userPoolArn”:“arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_1a2b3c4d5”,“clientIds”: [“a1b2c3d4e5f6g7h8i9j0kalbmc”],“groupConfiguration”: {“groupEntityType”: “MyCorp::Group”}}}
client_ids
UNORDERED_LIST_STRING
clientIds
“clientIds”: ["&ExampleCogClientId;"]
group_configuration
STRUCT
groupConfiguration
group_entity_type
STRING
groupEntityType
AWS::CognitoGroup
.issuer
STRING
issuer
issuer
ID of the Amazon Cognito user pool that contains the identities to be authorized. Example: “issuer”: “https://cognito-idp.us-east-1.amazonaws.com/us-east-1_1a2b3c4d5"
user_pool_arn
STRING
userPoolArn
“userPoolArn”: “arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_1a2b3c4d5”
open_id_connect_configuration
STRUCT
openIdConnectConfiguration
“configuration”:{“openIdConnectConfiguration”:{“issuer”:“https://auth.example.com”,“tokenSelection”:{“accessTokenOnly”:{“audiences”:[“https://myapp.example.com”,“https://myapp2.example.com”],“principalIdClaim”:“sub”}},“entityIdPrefix”:“MyOIDCProvider”,“groupConfiguration”:{“groupClaim”:“groups”,“groupEntityType”:“MyCorp::UserGroup”}}}
entity_id_prefix
STRING
entityIdPrefix
entityIdPrefix
of MyOIDCProvider
, you can reference principals in your policies in the format MyCorp::User::MyOIDCProvider|Carlos
.group_configuration
STRUCT
groupConfiguration
groups
claim to MyCorp::UserGroup
.group_claim
STRING
groupClaim
groups
.group_entity_type
STRING
groupEntityType
MyCorp::UserGroup
. A group entity type is an entity that can have a user entity type as a member.issuer
STRING
issuer
.well-known/openid-configuration
.token_selection
STRUCT
tokenSelection
access_token_only
STRUCT
accessTokenOnly
https://auth.example.com
, and the claim that you want to map to the principal, for example sub
.audiences
UNORDERED_LIST_STRING
audiences
aud
claim values that you want to accept in your policy store. For example, https://myapp.example.com, https://myapp2.example.com
.principal_id_claim
STRING
principalIdClaim
sub
.identity_token_only
STRUCT
identityTokenOnly
1example23456789
, and the claim that you want to map to the principal, for example sub
.client_ids
UNORDERED_LIST_STRING
clientIds
1example23456789, 2example10111213
.principal_id_claim
STRING
principalIdClaim
sub
.created_date
Type: TIMESTAMP
Provider name: createdDate
Description: The date and time the identity source was originally created.
details
Type: STRUCT
Provider name: details
Description: A structure that contains the details of the associated identity provider (IdP).
client_ids
UNORDERED_LIST_STRING
clientIds
discovery_url
STRING
discoveryUrl
https://cognito-idp.<region>.amazonaws.com/<user-pool-id>/.well-known/openid-configuration
open_id_issuer
STRING
openIdIssuer
cognito
.user_pool_arn
STRING
userPoolArn
identity_source_id
Type: STRING
Provider name: identitySourceId
Description: The unique identifier of the identity source.
last_updated_date
Type: TIMESTAMP
Provider name: lastUpdatedDate
Description: The date and time the identity source was most recently updated.
policy_store_id
Type: STRING
Provider name: policyStoreId
Description: The identifier of the policy store that contains the identity source.
principal_entity_type
Type: STRING
Provider name: principalEntityType
Description: The Cedar entity type of the principals returned from the IdP associated with this identity source.
tags
Type: UNORDERED_LIST_STRING