1 write to _awsAccountId
Aspire.Hosting.Radius (1)
Publishing\Constructs\RadiusEnvironmentConstruct.cs (1)
123
_awsAccountId
= DefineProperty<string>(
2 references to _awsAccountId
Aspire.Hosting.Radius (2)
Publishing\Constructs\RadiusEnvironmentConstruct.cs (2)
88
get { Initialize(); return
_awsAccountId
!; }
89
set { Initialize();
_awsAccountId
!.Assign(value); }