MCPcopy Index your code
hub / github.com/aws/amazon-q-developer-cli / CdSigningData

Class CdSigningData

scripts/build.py:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26@dataclass
27class CdSigningData:
28 bucket_name: str
29 """The bucket hosting signing artifacts accessible by CD Signer."""
30 apple_notarizing_secret_arn: str
31 """The ARN of the secret containing the Apple ID and password, used during notarization"""
32 signing_role_arn: str
33 """The ARN of the role used by CD Signer"""
34
35
36@dataclass

Callers 1

buildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected